diff --git a/CHANGES.rst b/CHANGES.rst index 45da929..d3a8894 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,4 +1,30 @@ .. |Changes| +Version v0.8.0a1 +------------------- + +Release 2024-06-27 + +Bug Fixes + +- exceptions will not list the stack in a json output (`1981a23 `_ by Autumn). +- utils for 3.7 cannot specialize the ``WeakKeyDictionary``, so guard behind TYPE_CHECKING (`4238fa7 `_ by Autumn). +- satisfy type checker for non-3.12 (`2ce45fd `_ by Autumn). +- added type hint for exceptions ``__json__`` method (`86c76ff `_ by Autumn). +- ignore mypy error from an attribute test (`9a45b6b `_ by Autumn). +- tests post refactor (`516c6ba `_ by Autumn). +- add git changelog helper (`3100d65 `_ by Autumn Jolitz). + +Code Refactoring + +- add type hints, restructure to be more specific (`5c56e5c `_ by Autumn). + +Other + +- Merge remote-tracking branch 'origin/master' into prerelease/0.8.0a0 (`addca84 `_ by Autumn). +- remove: pytype overlay as it is not used (`d88f86e `_ by Autumn). +- change: ``instruct/about.py`` will be structured for tuple comparisions like ``>= (0, 8, 0)`` (`f95b321 `_ by Autumn). +- [README] try to make more friendly for github (`3d4d145 `_ by Autumn Jolitz). + Version v0.8.0a0 -------------------