From ed5fa2fe339e0aabde657ffdec24ac591d390d73 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 1 Feb 2009 22:06:40 +0100 Subject: [PATCH] Mark CHANGELOGs for release --- actionmailer/CHANGELOG | 2 +- actionpack/CHANGELOG | 2 +- activerecord/CHANGELOG | 2 +- activeresource/CHANGELOG | 5 +++++ activesupport/CHANGELOG | 2 +- railties/CHANGELOG | 2 +- 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]