aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/CHANGELOG.md')
-rw-r--r--actionpack/CHANGELOG.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index e86008d26c..222777306d 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -10,15 +10,6 @@
*Luiz Felipe Garcia Pereira*
-* Respect `config.digest = false` for `asset_path`
-
- Previously, the `asset_path` internals only respected the `:digest`
- option, but ignored the global config setting. This meant that
- `config.digest = false` could not be used in conjunction with
- `config.compile = false` this corrects the behavior.
-
- *Peter Wagenet*
-
* Fix #7646, the log now displays the correct status code when an exception is raised.
*Yves Senn*