diff --git a/ChangeLog b/ChangeLog index ca3c3aa..07661ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +== 1.2.11.5 / 2012-11-06 + +- Fix breakage of IO.parse_mode on Rubinius (issue #10). +- Make tests pass on rubinius (issue #11). +- Improve RangesIO test coverage. +- Don't warn when mbat_start is AVAIL instead of EOC (github #9). + == 1.2.11.4 / 2012-07-03 - Embed PropertySet meta data GUIDs and field lists, to avoid hitting the diff --git a/lib/ole/storage/version.rb b/lib/ole/storage/version.rb index 0b2511e..3044d16 100644 --- a/lib/ole/storage/version.rb +++ b/lib/ole/storage/version.rb @@ -2,7 +2,7 @@ module Ole # :nodoc: class Storage - VERSION = '1.2.11.4' + VERSION = '1.2.11.5' end end