Navigation Menu

Skip to content

Commit

Permalink
2.3.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed May 23, 2010
1 parent d8f0a58 commit 56bb550
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion actionmailer/CHANGELOG
@@ -1,4 +1,4 @@
*2.3.6 (pending)*
*2.3.6 (May 23, 2010)*

* Upgrade TMail from 1.2.3 to 1.2.7. [Mikel Lindsaar]

Expand Down
2 changes: 1 addition & 1 deletion actionpack/CHANGELOG
@@ -1,4 +1,4 @@
*2.3.6 (unreleased)*
*2.3.6 (May 23, 2010)*

* JSON: set Base.include_root_in_json = true to include a root value in the JSON: {"post": {"title": ...}}. Mirrors the Active Record option. #2584 [Matthew Moore, Joe Martinez, Elad Meidar, Santiago Pastorino]

Expand Down
2 changes: 1 addition & 1 deletion activerecord/CHANGELOG
@@ -1,4 +1,4 @@
*2.3.6 (pending)*
*2.3.6 (May 23, 2010)*

* Add index length support for MySQL. #1852 [Emili Parreno, Pratik Naik]

Expand Down
5 changes: 5 additions & 0 deletions activeresource/CHANGELOG
@@ -1,3 +1,8 @@
*2.3.6 (May 23, 2010)*

* No changes, just a version bump.


*2.3.5 (November 25, 2009)*

* Minor Bug Fixes and deprecation warnings
Expand Down
2 changes: 1 addition & 1 deletion activesupport/CHANGELOG
@@ -1,4 +1,4 @@
*2.3.6 (pending)*
*2.3.6 (May 23, 2010)*

* 1.9 compat: deprecated last_(month|year) in favor of prev_(month|year). [fxn]

Expand Down
7 changes: 5 additions & 2 deletions railties/CHANGELOG
@@ -1,11 +1,14 @@
*Edge*
*2.3.6 (May 23, 2010)*

* Added config/initializers/cookie_verification_secret.rb with an auto-generated secret for using ActionController::Base#cookies.signed [DHH]

* Fixed that the debugger wouldn't go into IRB mode because of left-over ARGVs [DHH]


* 1.9 compatibility
*2.3.5 (November 25, 2009)*

* Ruby 1.9 compatibility


*2.3.4 (September 4, 2009)*

Expand Down

0 comments on commit 56bb550

Please sign in to comment.