This commit is contained in:
swrup 2025-11-11 02:07:51 +01:00
parent aa2ff7b2f0
commit 2f3113f55d
11742 changed files with 1223940 additions and 0 deletions

View file

@ -0,0 +1,16 @@
0.3.0 2021-01-21 Cambridge
--------------------------
- Remove things accidentally included in 0.2.0 not listed below! (@dra27, #13)
- Extend the fix in #12 to OCaml 4.10.0, since PR#9011 wasn't merged until 4.11
0.2.0 2019-10-08 London
-----------------------
- Fix compilation with OCaml >= 4.07 under msvc (@dra27, #12, fixes #11)
0.1.0 2019-02-19 London
-----------------------
First release. In this release, only the `Stdlib` module is backported
to older version of OCaml.