== 1.4.0.2 / 2012-06-20
* Bookkeeping release that fixes install in scenarios where the RubyGem
indicated it had a runtime dependency on hoe. Thanks to Michael Grosser
(https://github.com/grosser) for the inspiration.
* Marked all files as UTF-8.
== 1.4.0.1 / 2007-10-01
* Fixed a simple bug with the #transaction method handling.
misc/ruby-transaction-simple.
Transaction::Simple provides a generic way to add active transaction
support to objects. The transaction methods added by this module will
work with most objects, excluding those that cannot be Marshal-ed
(bindings, procedure objects, IO instances, or singleton objects).