From df6d2a0d09dbb98617de1fd2de7c50c100ac2aa2 Mon Sep 17 00:00:00 2001 From: Joe Ferris Date: Mon, 23 Jun 2008 18:23:36 -0400 Subject: [PATCH] Added a Changelog --- Changelog | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Changelog diff --git a/Changelog b/Changelog new file mode 100644 index 0000000..c00fd67 --- /dev/null +++ b/Changelog @@ -0,0 +1,10 @@ +1.1.1 (June 23, 2008) + The attribute "name" no longer requires using #add_attribute + +1.1.0 (June 3, 2008) + Added support for dependent attributes + Fixed the attributes_for build strategy to not build associations + Added support for sequences + +1.0.0 (May 31, 208) + First version