Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
copy big ticket items to changelog.
Fix grammer-o; japhb++
  • Loading branch information
coke committed Oct 18, 2013
1 parent 150bdb3 commit bba54af
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/ChangeLog
@@ -1,3 +1,11 @@
New in 2013.10

+ postcircumfix {} and [] are now implemented as multi subs rather than multi methods. This should allow for better optimization in the future.
+ Add support for "is deprecated", making it easy for early adopters to stay current.
+ Track multiple spec changes for various container classes.
+ Greatly reduce object creation during Regex parsing.
+ Various portability fixes.

New in 2013.09
+ candidate argument to bless removed (per spec change)
+ @a.VAR.name and %h.VAR.name implemented
Expand Down
2 changes: 1 addition & 1 deletion docs/announce/2013.10.md
Expand Up @@ -23,7 +23,7 @@ Some of the changes in this release are outlined below:
+ Add support for "is deprecated", making it easy for early adopters
to stay current.
+ Track multiple spec changes for various container classes.
+ Great reduce object creation during Regex parsing.
+ Greatly reduce object creation during Regex parsing.
+ Various portability fixes.

These are only some of the changes in this release. For a more
Expand Down

0 comments on commit bba54af

Please sign in to comment.