Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dion Mendel committed Jan 19, 2017
1 parent c43158b commit d097cd3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog.rdoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
= BinData Changelog

== Version 2.3.5 (2017-01-19)

* Enforce Integer#nbits > 0. Reported by Keenan Tims.
* Fix auto_call_delayed_io crash. Reported by Michael Petter.

== Version 2.3.4 (2016-10-17)

* Memoize dynamic methods for primitives. Thanks to hiroeorz.
Expand Down
2 changes: 1 addition & 1 deletion lib/bindata/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module BinData
VERSION = "2.3.4"
VERSION = "2.3.5"
end

0 comments on commit d097cd3

Please sign in to comment.