Skip to content

Commit

Permalink
Merge pull request #228 from thierry-martinez/pre-ppxlib.update_chang…
Browse files Browse the repository at this point in the history
…elog

Change-log proposal for 4.5
  • Loading branch information
thierry-martinez authored May 25, 2020
2 parents 688a28d + 7591e18 commit 0abd3e5
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
Changelog
=========

4.5
---

* Add support for OCaml 4.11.
- `Ppx_deriving.string_of_{constant,expression}_opt` to destruct
`Pconst_string` in a version-independent way
#220, #222
(Kate Deplaix, Thierry Martinez, review by Gabriel Scherer)

* Stronger type equalities in `Ppx_deriving_runtime` (for instance,
`Ppx_deriving_runtime.result` and `Result.result` are now compatible with
all OCaml versions)
#223, #225
(Thierry Martinez, review by Gabriel Scherer)

* `Ppx_deriving_runtime.Option` compatibility module
#222
(Thierry Martinez, review by Gabriel Scherer)

4.4.1
-----

* Add support for OCaml 4.10
#211
(Kate Deplaix, review by Gabriel Scherer)

4.4
---

Expand Down

0 comments on commit 0abd3e5

Please sign in to comment.