Skip to content

Commit

Permalink
Add a few more ChangeLog entries
Browse files Browse the repository at this point in the history
  • Loading branch information
Mouq committed Mar 19, 2015
1 parent 77ea41b commit 6289ae4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ using the new names as described above.
+ Deprecated is hidden_from_(backtrace|USAGE) for hidden-from-(backtrace|USAGE).
+ Deprecated use MONKEY_TYPING for use MONKEY-TYPING.
+ Various compile time error message improvements.
+ Hyper-infixes (like »~») are faster and have more features.
+ Errors like "expected Array[Str] but got Array[Str]" have been fixed.
+ not() and so() are functions as well as prefixes.
+ Custom class metamethods ("method ^foo { … }") now work with inheritance.

New in 2015.02
+ Overriding invoke/postcircumfix:<( )> for type coercions (ex. MyType(...))
Expand Down

0 comments on commit 6289ae4

Please sign in to comment.