Skip to content

Commit

Permalink
Note popn/shiftn in the change log.
Browse files Browse the repository at this point in the history
For #149
  • Loading branch information
schwern committed Nov 25, 2011
1 parent 68b9d5c commit 2e332c8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Changes
Expand Up @@ -4,7 +4,10 @@

New Features
* %hash = @array->as_hash; will turn all the values in @array to
keys in %hash. [github 172]
keys in %hash. [github 172] (Prashan Dharmasena)
* @array->popn($n) and @array->shiftn() pop() and shift() multiple
elements off an array. [github 149] (Tanner Hobson)


2.9.1 Fri Nov 11 16:13:32 PST 2011
Bug Fixes
Expand Down

0 comments on commit 2e332c8

Please sign in to comment.