Skip to content

Commit c6dcabd

Browse files
authored
Merge pull request #10 from johnwhitington/andreas/prepare-0.4.0
Prepare for 0.4.0
2 parents 2203bf2 + 829d887 commit c6dcabd

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.4 2018-02-10
2+
---------------------------------
3+
4+
Check if file exists relative to working directory (#9)
5+
6+
17
0.3 2017-08-22
28
---------------------------------
39

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ OCaml ppx to include a binary blob from a file as a string. Writing `[%blob
66
compile time. This allows the inclusion of arbitary, possibly compressed, data,
77
without the need to respect OCaml's lexical conventions.
88

9+
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.
10+
911
To build
1012
--------
1113

0 commit comments

Comments
 (0)