1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Mark CHANGELOGs for release

This commit is contained in:
David Heinemeier Hansson 2009-02-01 22:06:40 +01:00
parent 886124e688
commit ed5fa2fe33
6 changed files with 10 additions and 5 deletions

View file

@ -1,4 +1,4 @@
*2.3.0 [Edge]* *2.3.0 [RC1] (February 1st, 2009)*
* Fixed RFC-2045 quoted-printable bug #1421 [squadette] * Fixed RFC-2045 quoted-printable bug #1421 [squadette]

View file

@ -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] * Make the form_for and fields_for helpers support the new Active Record nested update options. #1202 [Eloy Duran]

View file

@ -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] * Add Support for updating deeply nested models from a single form. #1202 [Eloy Duran]

View file

@ -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)* *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] * Fixed that ActiveResource#post would post an empty string when it shouldn't be posting anything #525 [Paolo Angelini]

View file

@ -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] * TimeWithZone#xmlschema accepts optional fraction_digits argument [#1725 state:resolved] [Nicholas Dainty]

View file

@ -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] * Remove script/performance/request in favour of the performance integration tests. [Pratik Naik]