Skip to content

Commit

Permalink
updating changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Jul 23, 2012
1 parent 6b7d26c commit 125dfdf
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 1 deletion.
2 changes: 1 addition & 1 deletion RAILS_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.6
3.2.7.rc1
4 changes: 4 additions & 0 deletions actionmailer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Rails 3.2.7 (unreleased)

* No changes.

## Rails 3.2.6 (Jun 12, 2012)

* No changes.
Expand Down
16 changes: 16 additions & 0 deletions actionpack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## Rails 3.2.7 (unreleased) ##

* Bump Journey requirements to 1.0.4

* Add support for optional root segments containing slashes

* Fixed bug creating invalid HTML in select options

* Show in log correct wrapped keys

* Fix NumberHelper options wrapping to prevent verbatim blocks being rendered instead of line continuations.

* ActionController::Metal doesn't have logger method, check it and then delegate

* ActionController::Caching depends on RackDelegation and AbstractController::Callbacks

## Rails 3.2.6 (Jun 12, 2012) ##

* nil is removed from array parameter values
Expand Down
6 changes: 6 additions & 0 deletions activemodel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Rails 3.2.7 (unreleased)

* `validates_inclusion_of` and `validates_exclusion_of` now accept `:within` option as alias of `:in` as documented.

* Fix the the backport of the object dup with the ruby 1.9.3p194.

## Rails 3.2.6 (Jun 12, 2012)

* No changes.
Expand Down
4 changes: 4 additions & 0 deletions activeresource/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Rails 3.2.7 (unreleased)

* No changes.

## Rails 3.2.6 (Jun 12, 2012)

* No changes.
Expand Down
8 changes: 8 additions & 0 deletions activesupport/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## Rails 3.2.7 (unreleased)

* Hash#fetch(fetch) is not the same as doing hash[key]
* adds a missing require [fixes #6896]
* make sure the inflection rules are loaded when cherry-picking active_support/core_ext/string/inflections.rb [fixes #6884]
* Merge pull request #6857 from rsutphin/as_core_ext_time_missing_require
* bump AS deprecation_horizon to 4.0

## Rails 3.2.6 (Jun 12, 2012)

* No changes.
Expand Down
5 changes: 5 additions & 0 deletions railties/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Rails 3.2.7 (unreleased)

* Since Rails 3.2, use layout false to render no layout
* Use strict_args_position! if available from Thor

## Rails 3.2.6 (Jun 12, 2012)

* No changes.
Expand Down

0 comments on commit 125dfdf

Please sign in to comment.