Skip to content

Commit

Permalink
update changes for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul M. Jones committed Mar 27, 2015
1 parent 5bc6edb commit 7f575f3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
This release fixes a bug in Checkbox/Radio helpers by adding a feature. Previously, the helpers used strict checking of values, which was an unintentional holdover from previous versions. They both now have a `strict()` method, just like the Select helper, that allows you to turn strict checking off and on. The default is "off."
This release modifies the testing structure and updates other support files.

It also includes a fix to the Escaper encoding lists: they were previously using "iso8859-*" and now use "iso-8859-*" (note the added dash, per the listing at <http://php.net/manual/en/mbstring.supported-encodings.php>).

Finally, the `links`, `metas`, `scripts`, `styles`, and `title` helpers now allow one-off use by passing values directly to the helper invocation. See the updated documentation for these helpers for more information.

0 comments on commit 7f575f3

Please sign in to comment.