Skip to content

Commit

Permalink
Entry for new .error_class argument (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
egnha committed Apr 16, 2017
1 parent 6013310 commit 8206ac6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Expand Up @@ -25,6 +25,10 @@

### Minor improvements and bug fixes

* `firmly()` gets a new option, `.error_class`, that enables you to customize
the subclass of the error object that is signaled when an input validation
error occurs ([#25](https://github.com/egnha/valaddin/issues/25)).

* If a function happened to have a callable argument named `.fn`, that function
would be called upon the passing of checks, instead of the original core
function. This bug has been fixed by explicitly referencing the core function
Expand Down

0 comments on commit 8206ac6

Please sign in to comment.