Skip to content

Commit a893581

Browse files
committed
Update changelog for version 0.7.1
1 parent 7fcacd8 commit a893581

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.7.1 2020-09-15
2+
---------------------------------
3+
4+
Use `Ast_411` from ocaml-migrate-parsetree for compatibility with new OCaml syntax (#19).
5+
16
0.7.0 2020-03-24
27
---------------------------------
38

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ppx_blob
33

44
OCaml ppx to include a binary blob from a file as a string. Writing `[%blob
55
"filename"]` will replace the string with the contents of the file at
6-
compile time. This allows the inclusion of arbitary, possibly compressed, data,
6+
compile time. This allows the inclusion of arbitrary, possibly compressed, data,
77
without the need to respect OCaml's lexical conventions.
88

99
The filename can be relative to either the source file where `[%blob]` appears, or relative to the current working directory. If both files exist, the former takes precedence.

0 commit comments

Comments
 (0)