Skip to content

Commit

Permalink
Make nicer link
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Feb 2, 2019
1 parent d2be76c commit 40edb30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changelog.d/482.breaking.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Fixed a bug where deserialized objects with ``cache_hash=True`` could have incorrect hash code values.
This change breaks classes with ``cache_hash=True`` when a custom ``__setstate__`` is present.
An exception will be thrown when applying the ``attrs`` annotation to such a class.
This limitation is tracked in issue https://github.com/python-attrs/attrs/issues/494 .
This limitation is tracked in issue `#494 <https://github.com/python-attrs/attrs/issues/494>`_.

0 comments on commit 40edb30

Please sign in to comment.