We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe47398 commit b55e51bCopy full SHA for b55e51b
CHANGES.md
@@ -1,3 +1,17 @@
1
+### 5.0.2 (2020-07-30)
2
+
3
+ * Added missing `dune-configurator` dependency.
4
5
+ * Removed redundant build dependencies.
6
7
+ * Use `caml_alloc_initialized_string` wherever possible.
8
9
+ * Fixed documentation typos and wording.
10
11
+ * Added support for const char strings in stubs due to stricter handling
12
+ in newer OCaml runtimes. This eliminates C-compiler warnings.
13
14
15
### 5.0.1 (2019-12-01)
16
17
* Added missing :with-test declaration in Dune project file.
0 commit comments