Skip to content

Commit

Permalink
Add missing CHANGELOG entries
Browse files Browse the repository at this point in the history
  • Loading branch information
spastorino committed Apr 14, 2011
1 parent a3639be commit 6bc9dd7
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 1 deletion.
5 changes: 5 additions & 0 deletions actionmailer/CHANGELOG
@@ -1,3 +1,8 @@
*Rails 3.0.7 (unreleased)*

*No changes.


*Rails 3.0.6 (April 5, 2011)

* Don't allow i18n to change the minor version, version now set to ~> 0.5.0 [Santiago Pastorino]
Expand Down
5 changes: 5 additions & 0 deletions actionpack/CHANGELOG
@@ -1,3 +1,8 @@
*Rails 3.0.7 (unreleased)*

*No changes.


*Rails 3.0.6 (April 5, 2011)

* Fixed XSS vulnerability in `auto_link`. `auto_link` no longer marks input as
Expand Down
5 changes: 5 additions & 0 deletions activemodel/CHANGELOG
@@ -1,3 +1,8 @@
*Rails 3.0.7 (unreleased)*

*No changes.


*Rails 3.0.6 (April 5, 2011)

* Fix when database column name has some symbolic characters (e.g. Oracle CASE# VARCHAR2(20)) #5818 #6850 [Robert Pankowecki, Santiago Pastorino]
Expand Down
8 changes: 7 additions & 1 deletion activerecord/CHANGELOG
@@ -1,4 +1,10 @@
*Rails 3.0.6 (April 5, 2011)
*Rails 3.0.7 (unreleased)*

* Fix a performance regression introduced here 86acbf1cc050c8fa8c74a10c735e467fb6fd7df8
related to read_attribute method [Stian Grytøyr]


*Rails 3.0.6 (April 5, 2011)*

* Un-deprecate reorder method [Sebastian Martinez]

Expand Down
5 changes: 5 additions & 0 deletions activeresource/CHANGELOG
@@ -1,3 +1,8 @@
*Rails 3.0.7 (unreleased)*

*No changes.


*Rails 3.0.6 (April 5, 2011)

* No changes.
Expand Down
5 changes: 5 additions & 0 deletions activesupport/CHANGELOG
@@ -1,3 +1,8 @@
*Rails 3.0.7 (unreleased)*

* Hash.from_xml no longer loses attributes on tags containing only whitespace [André Arko]


*Rails 3.0.6 (April 5, 2011)

* No changes.
Expand Down
5 changes: 5 additions & 0 deletions railties/CHANGELOG
@@ -1,3 +1,8 @@
*Rails 3.0.7 (unreleased)*

*No changes.


*Rails 3.0.6 (April 5, 2011)

* No changes.
Expand Down

0 comments on commit 6bc9dd7

Please sign in to comment.