From d81554a31865064b2c5719a53265fd52a6f3d380 Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Sat, 12 Dec 2020 19:30:13 +0100 Subject: [PATCH] Update Changes in preparation for release 1.11 --- Changes | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Changes b/Changes index 85402e8..12820d9 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,13 @@ +Release 1.11: +- `Zip.add_entry_generator ~level:0` was missing a CRC update +- GPR#28: fix build on platforms with no shared libs +- GPR#33: update META files to use plugin convention +- Use `Stdlib.xxx` instead of `Pervasives.xxx`. OCaml >= 4.07 is required. +- `make all` automatically builds in native-code if supported +- Added local .opam file +- Updated tests and added automatic test harness +- Generate and install .mli, .cmt, and .cmti files + Release 1.10: - GPR#25: Fix Gzip.flush_continue [James Owen] - Improve compatibility with OCaml 4.09