Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,18 @@
#263
(Simmo Saan)

* Introduce `Ppx_deriving_runtime.Stdlib` with OCaml >= 4.07. This module
already exists in OCaml < 4.07 but was missing otherwise.
* Optimize forwarding in eq and ord plugins
#252
(Simmo Saan)

* Delegate quoter to ppxlib
#263
(Simmo Saan)

* Introduce `Ppx_deriving_runtime.Stdlib` with OCaml >= 4.07.
This module already exists in OCaml < 4.07 but was missing otherwise.
#258
(Kate Deplaix)

5.2.1 (02/02/2021)
------------------
Expand Down