aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorJamis Buck <jamis@37signals.com>2006-03-15 18:22:12 +0000
committerJamis Buck <jamis@37signals.com>2006-03-15 18:22:12 +0000
commit6e283e9dc747e01444b9f17e6aab5f9240d5b5d7 (patch)
tree6e8190e1ce5600261dbb1a829320c7b119212887 /activerecord/CHANGELOG
parent4ba5aa257b832dacfb2f711c0348237266f1c65b (diff)
downloadrails-6e283e9dc747e01444b9f17e6aab5f9240d5b5d7.tar.gz
rails-6e283e9dc747e01444b9f17e6aab5f9240d5b5d7.tar.bz2
rails-6e283e9dc747e01444b9f17e6aab5f9240d5b5d7.zip
Upgrade to Transaction::Simple 1.3
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3875 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 3ddf180e0d..1a2cd15458 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Upgrade to Transaction::Simple 1.3 [Jamis Buck]
+
* Catch FixtureClassNotFound when using instantiated fixtures on a fixture that has no ActiveRecord model [Rick Olson]
* Allow ordering of calculated results and/or grouped fields in calculations [solo@gatelys.com]