Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
log my changes of the last week
  • Loading branch information
FROGGS committed Jul 25, 2014
1 parent 8ff995d commit c506f5d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/ChangeLog
@@ -1,7 +1,12 @@
New in 2014.08
+ print file/line annotations for warnings also on moar and jvm
+ fixed infixed function syntax [[&foo]]
+ fixed reduce/infix function syntax [[&foo]] LIST and ITEM [&foo] ITEM
+ can now call exit() in END blocks without hanging or affecting END block execution
+ remove speed penalty of large ranges in character classes
+ make LF, FF, CR and NEL available as character names
+ fixed negated character lookup in regexes \C[...]
+ quote words syntax <a b c> does not split on breakable space only
+ duplicates in character classes warn now, like in accidently quoted items <[ '/' ]>

New in 2014.07
+ require and build parrot 6.6.0
Expand Down

0 comments on commit c506f5d

Please sign in to comment.