Improve CHANGELOG entry

This commit is contained in:
Rafael Mendonça França 2014-05-04 18:47:29 -03:00
parent 5ad661e287
commit e918516d2f
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
* Added verification of route constraints given as a Proc or an object responding
to `:matches?`. Previously, when given an non-complying object, it would just
silently fail to enforce the constraint. It will now raise an ArgumentError
to `:matches?`. Previously, when given an non-complying object, it would just
silently fail to enforce the constraint. It will now raise an `ArgumentError`
when setting up the routes.
*Xavier Defrang*