summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlain Frisch <alain@frisch.fr>2014-04-28 08:08:08 +0000
committerAlain Frisch <alain@frisch.fr>2014-04-28 08:08:08 +0000
commitf1f362698f931494a305d48667936ffee2012b64 (patch)
tree24b96345be45b5dee5c763b7944dc7c22c12873e
parentd2de0d7b1855f4c9ec2fe5f109004afb567ef14d (diff)
Document that the new alternative syntax for string literals can break comments.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14698 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--Changes1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changes b/Changes
index f02100b97..2aa1e3530 100644
--- a/Changes
+++ b/Changes
@@ -7,6 +7,7 @@ Language features:
- Attributes and extension nodes
- Generative functors
- Module aliases
+* Alternative syntax for string literals {id|...|id} (can break comments)
Build system for the OCaml distribution:
- Use -bin-annot when building.