Skip to content

Commit 56bb550

Browse files
committedMay 23, 2010
2.3.6 release
1 parent d8f0a58 commit 56bb550

File tree

6 files changed

+14
-6
lines changed

6 files changed

+14
-6
lines changed
 

‎actionmailer/CHANGELOG

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*2.3.6 (pending)*
1+
*2.3.6 (May 23, 2010)*
22

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

‎actionpack/CHANGELOG

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*2.3.6 (unreleased)*
1+
*2.3.6 (May 23, 2010)*
22

33
* 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]
44

‎activerecord/CHANGELOG

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*2.3.6 (pending)*
1+
*2.3.6 (May 23, 2010)*
22

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

‎activeresource/CHANGELOG

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
*2.3.6 (May 23, 2010)*
2+
3+
* No changes, just a version bump.
4+
5+
16
*2.3.5 (November 25, 2009)*
27

38
* Minor Bug Fixes and deprecation warnings

‎activesupport/CHANGELOG

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*2.3.6 (pending)*
1+
*2.3.6 (May 23, 2010)*
22

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

‎railties/CHANGELOG

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
*Edge*
1+
*2.3.6 (May 23, 2010)*
22

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

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

77

8-
* 1.9 compatibility
8+
*2.3.5 (November 25, 2009)*
9+
10+
* Ruby 1.9 compatibility
11+
912

1013
*2.3.4 (September 4, 2009)*
1114

0 commit comments

Comments
 (0)