summaryrefslogtreecommitdiffstats
path: root/Changes
diff options
context:
space:
mode:
authorGabriel Scherer <gabriel.scherer@gmail.com>2014-12-27 08:44:50 +0000
committerGabriel Scherer <gabriel.scherer@gmail.com>2014-12-27 08:44:50 +0000
commit055d5ff07f1058c97ea24d9118835ee3fc789fa6 (patch)
treef0ea349d994681786a468804e5f4042052771b1a /Changes
parentf22564b84d7a5bce5bddd85e2841cd6aa57db192 (diff)
PR#6714: allow [@@ocaml.warning] on most structure and signature items (values, modules, module types)
(Peter Zotov) git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@15752 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'Changes')
-rw-r--r--Changes3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changes b/Changes
index ab8c1eb8a..ea51fedb6 100644
--- a/Changes
+++ b/Changes
@@ -8,6 +8,9 @@ Language features:
constructors (Alain Frisch)
- allow field punning in object copying expressions: {< x; >} for {< x = x; >}
(Jeremy Yallop)
+- PR#6714: allow [@@ocaml.warning] on most structure and signature items (values, modules,
+ module types)
+ (Peter Zotov)
* Custom index operators: ( .() ), ( .[] ), ( .{} ) etc.
(user 'Octachron')
The syntax "foo.(bar) <- baz" now desugars into "( .()<- ) foo bar baz"; this