From 40edb30d3a5393f3334cbf38e0019ce18d2549e6 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Sat, 2 Feb 2019 14:33:29 +0100 Subject: [PATCH] Make nicer link --- changelog.d/482.breaking.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.d/482.breaking.rst b/changelog.d/482.breaking.rst index 0eb5cb4fc..694b714be 100644 --- a/changelog.d/482.breaking.rst +++ b/changelog.d/482.breaking.rst @@ -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 `_.