diff --git a/actionmailer/CHANGELOG b/actionmailer/CHANGELOG index 64124e06a8221ac360f08729ff62a5d5e99e43b3..ecfa25b0a02fa8967a25368e8a4053870851d6b4 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 0d3f04373fc496f0e9008ea879bb41e35dad904a..f5fcc582c8002cfd6c4e705f2492e282c7f512a1 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 0636841ed4c5739c5651fb57072960d8e456e86a..027533aa2d2bd3ee9c7fb04fb57a3c285246ebf8 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 428c6d91e9bcff56780cd22a2b4552395dc6edc0..fcb5dd5f467b60771b79d8037fb9df8999ed6a5f 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 fed977775e2cd0e9554589ff2b10aad37d7bbb0a..24e0836bde7cdcd98eeb75814acc6a21ee86ff35 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 5b932ac19739e1430e7703c4eb7ebb932b04094b..38c6f808e637028239ffad79f071c871716b9ea4 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]