RELEASE HISTORY

0.2.1 | 2013-11-21

Primarily this release cleans up the project configuration a bit and adds a missing ‘LICENSE.txt` file. But it also adjusts the `#to_enum` method to avoid Ruby 2.0’s deprecation of ‘Enumerator.new(object, method)`. I don’t know why Matz thought it a good thing to do. It forced us to use a less efficent implementaiton using a ‘Yielder` and `#send`.

Changes:

0.2.0 | 2012-05-23

This release brings the new OpenStruct to a production ready state.

Changes:

0.1.0 | 2011-05-20

This is the initial relase of OpenSturct2.

Changes: