Add release notes

This commit is contained in:
Jonathan Coates 2022-09-19 14:21:28 +01:00
parent 26a9603519
commit 73242f0ee3
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
Correctly implement `__richcmp__` for enums, fixing `__ne__` returning always returning `True`.