diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2011-09-03 15:12:48 -0700 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2011-09-03 19:13:47 -0300 |
commit | 510a9707d8a3af5a81006cdb25e8089025acada1 (patch) | |
tree | 54619e26f4c4ac9f4fccdd0ec47c1bb17ad746db /actionpack | |
parent | 9da07d1b0166950dbdc7cc6e62751f7cabacb38b (diff) | |
download | rails-510a9707d8a3af5a81006cdb25e8089025acada1.tar.gz rails-510a9707d8a3af5a81006cdb25e8089025acada1.tar.bz2 rails-510a9707d8a3af5a81006cdb25e8089025acada1.zip |
Merge pull request #2835 from guilleiguaran/actionpack-changelog
Include ticket numbers in AP CHANGELOG
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/CHANGELOG | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 71f38797ae..31a03ea5d8 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -32,9 +32,9 @@ * CookieJar is now Enumerable. Fixes #2795 -* Fixed AssetNotPrecompiled error raised when rake assets:precompile is compiling certain .erb files. [Guillermo Iguaran] +* Fixed AssetNotPrecompiled error raised when rake assets:precompile is compiling certain .erb files. See GH #2763 #2765 #2805 [Guillermo Iguaran] -* Manifest is correctly placed in assets path when default assets prefix is changed. [Guillermo Iguaran] +* Manifest is correctly placed in assets path when default assets prefix is changed. Fixes #2776 [Guillermo Iguaran] * Fixed stylesheet_link_tag and javascript_include_tag to respect additional options passed by the users when debug is on. [Guillermo Iguaran] |