Skip to content

Commit

Permalink
Merge pull request #2787 from guilleiguaran/changelogs-3-1-1-master
Browse files Browse the repository at this point in the history
Add missing changelog entries for 3.1.1
  • Loading branch information
josevalim committed Sep 1, 2011
2 parents 9af2b5e + 5bb1c7a commit b93c360
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion actionpack/CHANGELOG
Expand Up @@ -28,7 +28,16 @@
for your test you need to do it before the cookie jar is created.


*Rails 3.1.0 (unreleased)*
*Rails 3.1.1 (unreleased)*

* Fixed AssetNotPrecompiled error raised when rake assets:precompile is compiling certain .erb files. [Guillermo Iguaran]

* Manifest is correctly placed in assets path when default assets prefix is changed. [Guillermo Iguaran]

* Fixed stylesheet_link_tag and javascript_include_tag to respect additional options passed by the users when debug is on. [Guillermo Iguaran]


*Rails 3.1.0 (August 30, 2011)*

* Param values are `paramified` in controller tests. [David Chelimsky]

Expand Down

0 comments on commit b93c360

Please sign in to comment.