aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--actionmailer/CHANGELOG2
-rw-r--r--actionpack/CHANGELOG2
-rw-r--r--activerecord/CHANGELOG2
-rw-r--r--activeresource/CHANGELOG5
-rw-r--r--activesupport/CHANGELOG2
-rw-r--r--railties/CHANGELOG2
6 files changed, 10 insertions, 5 deletions
diff --git a/actionmailer/CHANGELOG b/actionmailer/CHANGELOG
index 64124e06a8..ecfa25b0a0 100644
--- a/actionmailer/CHANGELOG
+++ b/actionmailer/CHANGELOG
@@ -1,4 +1,4 @@
-*2.3.0 [Edge]*
+*2.3.0 [RC1] (February 1st, 2009)*
* Fixed RFC-2045 quoted-printable bug #1421 [squadette]
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 0d3f04373f..f5fcc582c8 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,4 +1,4 @@
-*2.3.0 [Edge]*
+*2.3.0 [RC1] (February 1st, 2009)*
* Make the form_for and fields_for helpers support the new Active Record nested update options. #1202 [Eloy Duran]
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 0636841ed4..027533aa2d 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,4 +1,4 @@
-*2.3.0/3.0*
+*2.3.0 [RC1] (February 1st, 2009)*
* Add Support for updating deeply nested models from a single form. #1202 [Eloy Duran]
diff --git a/activeresource/CHANGELOG b/activeresource/CHANGELOG
index 428c6d91e9..fcb5dd5f46 100644
--- a/activeresource/CHANGELOG
+++ b/activeresource/CHANGELOG
@@ -1,3 +1,8 @@
+*2.3.0 [RC1] (February 1st, 2009)*
+
+* Nothing new, just included in 2.3.0
+
+
*2.2.1 [RC2] (November 14th, 2008)*
* Fixed that ActiveResource#post would post an empty string when it shouldn't be posting anything #525 [Paolo Angelini]
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index fed977775e..24e0836bde 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,4 +1,4 @@
-*2.3.0 [Edge]*
+*2.3.0 [RC1] (February 1st, 2009)*
* TimeWithZone#xmlschema accepts optional fraction_digits argument [#1725 state:resolved] [Nicholas Dainty]
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index 5b932ac197..38c6f808e6 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,4 +1,4 @@
-*2.3.0 [Edge]*
+*2.3.0 [RC1] (February 1st, 2009)*
* Remove script/performance/request in favour of the performance integration tests. [Pratik Naik]