*0.2.2*
- (3 Nov 2005) added documentation note to acts_as_versioned [Martin Jul]
*0.2.1*
- (6 Oct 2005) renamed dirty? to changed? to keep it uniform. it was aliased
to keep it backwards compatible.
*0.2*
- (6 Oct 2005) added find_versions and find_version class methods.
- (6 Oct 2005) removed transaction from create_versioned_table(). this way
you can specify your own transaction around a group of operations.
- (30 Sep 2005) fixed bug where find_versions() would order by
‘version’ twice. (found by Joe Clark)
- (26 Sep 2005) added :sequence_name option to acts_as_versioned to set the
sequence name on the versioned model
*0.1.3* (18 Sep 2005)
*0.1.2*
- check if module is already included when acts_as_versioned is called
*0.1.1*
*0.1*