Skip to content

Commit

Permalink
Add missing CHANGELOG entries
Browse files Browse the repository at this point in the history
  • Loading branch information
jonleighton committed Nov 14, 2011
1 parent e52dc33 commit e6d8ed5
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 0 deletions.
9 changes: 9 additions & 0 deletions actionpack/CHANGELOG.md
@@ -1,5 +1,14 @@
## Rails 3.1.2 (unreleased) ##

* Ensure that the format isn't applied twice to the cache key, else it becomes impossible
to target with expire_action.

*Christopher Meiklejohn*

* Swallow error when can't unmarshall object from session.

*Bruno Zanchet*

* Implement a workaround for a bug in ruby-1.9.3p0 where an error would be raised
while attempting to convert a template from one encoding to another.

Expand Down
21 changes: 21 additions & 0 deletions activerecord/CHANGELOG.md
@@ -1,5 +1,26 @@
## Rails 3.1.2 (unreleased) ##

* Fix bug with PostgreSQLAdapter#indexes. When the search path has multiple schemas, spaces
were not being stripped from the schema names after the first.

*Sean Kirby*

* Preserve SELECT columns on the COUNT for finder_sql when possible. *GH 3503*

*Justin Mazzi*

* Reset prepared statement cache when schema changes impact statement results. *GH 3335*

*Aaron Patterson*

* Postgres: Do not attempt to deallocate a statement if the connection is no longer active.

*Ian Leitch*

* Prevent QueryCache leaking database connections. *GH 3243*

*Mark J. Titorenko*

* Fix bug where building the conditions of a nested through association could potentially
modify the conditions of the through and/or source association. If you have experienced
bugs with conditions appearing in the wrong queries when using nested through associations,
Expand Down
11 changes: 11 additions & 0 deletions railties/CHANGELOG.md
@@ -1,3 +1,14 @@
## Rails 3.1.2 (unreleased) ##

* Engines: don't blow up if db/seeds.rb is missing.

*Jeremy Kemper*

* `rails new foo --skip-test-unit` should not add the `:test` task to the rake default task.
*GH 2564*

*José Valim*

## Rails 3.1.1 (October 7, 2011) ##

* Add jquery-rails to Gemfile of plugins, test/dummy app needs it. Closes #3091. *Santiago Pastorino*
Expand Down

0 comments on commit e6d8ed5

Please sign in to comment.