Skip to content

Commit

Permalink
Add changelog for iscallable validator
Browse files Browse the repository at this point in the history
  • Loading branch information
williamjamir committed Jun 23, 2019
1 parent 0a18896 commit bd7e3bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions changelog.d/536.change.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
``attr.validators.is_callable()`` validator now raises a ``attr.exceptions.NotCallableError`` exception, a subclass TypeError, informing the value and type received.
`#536 <https://github.com/python-attrs/attrs/pull/536>`_.

0 comments on commit bd7e3bb

Please sign in to comment.