Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Some more recent changes
  • Loading branch information
lizmat committed May 28, 2015
1 parent 014597e commit f5b360b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/ChangeLog
@@ -1,9 +1,13 @@
New in 2015.06
+ Features:
+ Lexical pragma 'use trace' now outputs statements on STDERR
+ Added :as named param to .classify / .categorize
+ Fixes:
+ (10e6).pick/roll no longer build the whole list to pick a value
+ Incompatible changes:
+ DateTime default timezone format is now +HH:MM (used to be +HHMM)
+ "".IO / IO::Path.new("") no longer legal, use "." for current dir
+ next/last/redo don't allow expressions to be evaluated anymore

New in 2015.05
+ Features:
Expand Down

0 comments on commit f5b360b

Please sign in to comment.