summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Changes2
1 files changed, 1 insertions, 1 deletions
diff --git a/Changes b/Changes
index a478432d4..c4c285db1 100644
--- a/Changes
+++ b/Changes
@@ -29,7 +29,7 @@ Compilers:
uses lots of functors.
- PR#5986: added flag -compat-32 to ocamlc, ensuring that the generated
bytecode executable can be loaded on 32-bit hosts.
-- PR#5980: warning on open statement which shadow an existing identifier (which turns out to be actually used in the scope of the open)
+- PR#5980: warning on open statements which shadow an existing identifier (which turns out to be actually used in the scope of the open)
Standard library:
- PR#5986: new flag Marshal.Compat_32 for the serialization functions