1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

mention dynakey removal in the changelog

This commit is contained in:
Jeremy Ashkenas 2010-12-07 11:08:16 -05:00
parent fa53a4c057
commit 4cab45c759

View file

@ -1043,7 +1043,7 @@ coffee --bare --print --stdio</pre>
asynchronous exceptions. Using <tt>--watch</tt> now prints timestamps as
files are compiled. Fixed some accidentally-leaking variables within
plucked closure-loops. Constructors now maintain their declaration
location within a class body.
location within a class body. Dynamic object keys were removed.
Nested classes are now supported. Fixes execution context for naked
splatted functions. Bugfix for inversion of chained comparisons.
Chained class instantiation now works properly with splats.