Browse Source

mention postfix ! operator in CHANGES

Dan Korostelev 9 years ago
parent
commit
232bd1c38a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      extra/CHANGES.txt

+ 1 - 0
extra/CHANGES.txt

@@ -7,6 +7,7 @@
 	all : support (expr is Type) with mandatory parentheses (#2976)
 	all : allowed passing package dot-paths on command line (#4227)
 	all : support import.hx modules that define per-directory import/using directives (#1138)
+	all : support parsing of postfix ! operator (can be used by abstract operator overloading and macros) (#4284)
 	js : introduced new jQuery extern (js.jquery.*) for jQuery 1.11.3 / 2.1.4 (#4377)
 	js : introduced new SWFObject extern (js.swfobject.SWFObject) for SWFObject 2.3.20130521 (#4451)
 	js : added js.Lib.rethrow (#4551)