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 468ba6b commit 7211546Copy full SHA for 7211546
CHANGELOG.md
@@ -1,3 +1,16 @@
1
+5.2.1 (02/02/2021)
2
+------------------
3
+
4
+* Allow Ast_convenience's functions to be given a full path ident (e.g. M.ident)
5
+ #248
6
+ (Kate Deplaix)
7
8
+* Add a deprecation notice of the API in the README.
9
+ The next step of the deprecation is going to be in the form of a
10
+ [@@@ocaml.deprecated ...] alert on the API module and the reimplementation of
11
+ the individual plugins using the ppxlib API.
12
+ (Kate Deplaix and Gabriel Scherer)
13
14
5.2 (25/11/2020)
15
----------------
16
dune-project
@@ -1,3 +1,4 @@
(lang dune 1.0)
(name ppx_deriving)
+(version 5.2.1)
0 commit comments