Skip to content

Commit

Permalink
Missed a few changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Emanuel Andersson committed Sep 16, 2013
1 parent 0299725 commit 48d157c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@ Release date 2013-09-16
* ```hashpath``` for ```Hash```.
* Shorthand syntax for puts and gets. Similar to Ruby's native hash: []= and [].
* ```empty?``` method for ```Hash```.
* ```keys``` and ```values``` methods for ```Hash```.
* ```has_key?``` method for ```Hash```.
* ```maxkeylen``` and ```maxvaluelen``` for ```Logreader```.
* ```Logreader``` and ```Hash``` mixin [Enumerable](http://ruby-doc.org/core-2.0.0/Enumerable.html).
* ```write_batch``` implemented for ```Logwriter```.
* Useful ```inspect``` for all classes.

### Fixed

Expand Down

0 comments on commit 48d157c

Please sign in to comment.