We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9ed9a8 commit 305d959Copy full SHA for 305d959
CHANGES.md
@@ -1,5 +1,13 @@
1
# Changes
2
3
+## v0.3.1 - 2017-08-21
4
+
5
+- Fix accidental shadowing of open from another interface-less module using
6
+ `ppx_regexp`.
7
+- Support binding of group 0 and the universal pattern.
8
+- Switch to `ppx_tools_versioned`. This provides support for 4.02.3 in the
9
+ main branch.
10
11
## v0.3.0 - 2017-06-04
12
13
- Initial release for OCaml 4.03.0 and 4.04.1.
0 commit comments