Skip to content

Commit

Permalink
Update CHANGELOGs with the last few fixes, set date for today
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Oct 24, 2008
1 parent 3bcadc9 commit d224e6c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion actionmailer/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*2.2.0 [RC1] (October 23rd, 2008)*
*2.2.0 [RC1] (October 24th, 2008)*

* Add layout functionality to mailers [Pratik]

Expand Down
4 changes: 3 additions & 1 deletion actionpack/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
*2.2.0 [RC1] (October 23rd, 2008)*
*2.2.0 [RC1] (October 24th, 2008)*

* Fix incorrect closing CDATA delimiter and that HTML::Node.parse would blow up on unclosed CDATA sections [packagethief]

* Added stale? and fresh_when methods to provide a layer of abstraction above request.fresh? and friends [DHH]. Example:

Expand Down
4 changes: 3 additions & 1 deletion activerecord/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
*2.2.0 [RC1] (October 23rd, 2008)*
*2.2.0 [RC1] (October 24th, 2008)*

* Skip collection ids reader optimization if using :finder_sql [Jeremy Kemper]

* Add Model#delete instance method, similar to Model.delete class method. #1086 [Hongli Lai]

Expand Down
2 changes: 1 addition & 1 deletion activeresource/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*2.2.0 [RC1] (October 23rd, 2008)*
*2.2.0 [RC1] (October 24th, 2008)*

* Add ActiveResource::Base#to_xml and ActiveResource::Base#to_json. #1011 [Rasik Pandey, Cody Fauser]

Expand Down
2 changes: 1 addition & 1 deletion activesupport/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*2.2.0 [RC1] (October 23rd, 2008)*
*2.2.0 [RC1] (October 24th, 2008)*

* TimeWithZone#freeze: preload instance variables so that we can actually freeze [Geoff Buesing]

Expand Down
2 changes: 1 addition & 1 deletion railties/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*2.2.0 [RC1] (October 23rd, 2008)*
*2.2.0 [RC1] (October 24th, 2008)*

* Fixed that sqlite would report "db/development.sqlite3 already exists" whether true or not on db:create #614 [Antonio Cangiano]

Expand Down

0 comments on commit d224e6c

Please sign in to comment.