Skip to content

Commit

Permalink
Update ChangeLog.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Dec 10, 2012
1 parent 8e02c1e commit a1eff00
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/ChangeLog
@@ -1,5 +1,12 @@
New in 2012.12
+ ~/.perl6/lib is gone from the default include path
+ fixed indent method's handling of empty lines
+ fixed .indent(*)
+ parse errors now formatted like in STD, with color
+ location of parse error now indicated with context
+ highwater algorithm implemented, greatly improving accuracy of parse error
line numbers and locations in a range of cases
+ uniq now has === semantics as specified, not eq semantics

New in 2012.11
+ user-defined operators only affect the parser in the scope they are declared in
Expand Down

0 comments on commit a1eff00

Please sign in to comment.