1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Update actionpack's CHANGELOG for 445f14e

This commit is contained in:
Piotr Sarnacki 2013-01-21 21:51:03 +01:00
parent 03d8aa8dc3
commit 351b0d9092

View file

@ -1,5 +1,10 @@
## Rails 4.0.0 (unreleased) ##
* Change asset_path to not include `SCRIPT_NAME` when it's used
from a mounted engine (fixes #8119).
*Piotr Sarnacki*
* Add javascript based routing path matcher to `/rails/info/routes`.
Routes can now be filtered by whether or not they match a path.