summaryrefslogtreecommitdiffstats
path: root/Changes
diff options
context:
space:
mode:
authorAlain Frisch <alain@frisch.fr>2013-12-16 17:34:23 +0000
committerAlain Frisch <alain@frisch.fr>2013-12-16 17:34:23 +0000
commitac5cbb7913a3e260a8d48a1a41d6350e5cf53664 (patch)
tree44b0ad1c08560f3afd88c204ebeed9a91d84a3d1 /Changes
parent33f6c2c78b8d63d3160d91ed046592523a33c360 (diff)
#5808: allow simple patterns, not only identifiers, in 'let p : t = ...'.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14362 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'Changes')
-rw-r--r--Changes1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changes b/Changes
index e515cb2c9..927e483ac 100644
--- a/Changes
+++ b/Changes
@@ -63,6 +63,7 @@ Features wishes:
- PR#6071: Add a -noinit option to the toplevel (patch by David Sheets)
- PR#6166: document -ocamldoc option of ocamlbuild
- PR#6246: allow wilcard _ as for-loop index
+- PR#5808: allow simple patterns, not only identifiers, in "let p : t = ..."
OCaml 4.01.1:
-------------