aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--activerecord/CHANGELOG1
-rw-r--r--activesupport/CHANGELOG2
2 files changed, 3 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 35a1a1d6bf..293c1f6f26 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -20,6 +20,7 @@
* Added support for using limits in eager loads that involve has_many and has_and_belongs_to_many associations
+
*1.12.0* (October 16th, 2005)
* Update/clean up documentation (rdoc)
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index 4c01cf388c..232cd03973 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -4,12 +4,14 @@
* Add title case method to String to do, e.g., 'action_web_service'.titlecase # => 'Action Web Service'. [Marcel Molina Jr.]
+
*1.2.1* (October 19th, 2005)
* Classify generated routing code as framework code to avoid appearing in application traces. [Nicholas Seckar]
* Show all framework frames in the framework trace. [Nicholas Seckar]
+
*1.2.0* (October 16th, 2005)
* Update Exception extension to show the first few framework frames in an application trace. [Nicholas Seckar]