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 8f039da
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 an exception ``attr.exceptions.NotCallableError``, a subclass of ``TypeError``, informing the received value.
`#536 <https://github.com/python-attrs/attrs/pull/536>`_.

0 comments on commit 8f039da

Please sign in to comment.