Skip to content

Commit

Permalink
Bring in changelog changes from maint/6.4 release branch (#1707)
Browse files Browse the repository at this point in the history
This PR updates the changelog in the main branch to reflect the changes in the maint/6.4 branch.
  • Loading branch information
mdickinson committed Aug 12, 2022
1 parent 1d8ee56 commit 53a02a1
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,28 @@ Detailed changes
Use ``PrefixList`` and ``PrefixMap`` instead. (#1703)


Release 6.4.1
-------------

Released: 2022-08-12

This is a bugfix release that fixes wheel builds on Python 3.11 and
fixes some distribution and testing issues with typing stubs.

Fixes
~~~~~
* Update ``cibuildwheel`` to the latest version so that we get wheels for
Python 3.11. (#1711)
* Rename ``requires_numpy_testing`` decorator to ``requires_numpy_typing``,
and have it check for ``numpy.typing``, not ``numpy.testing``. (#1710)
* Fix missing ``numpy_examples`` directory in traits-stubs package data.
(#1709)


Release 6.4.0
-------------

Released: 2022-08-11
Released: 2022-08-12

Traits 6.4 is a minor feature release of Traits, which focuses mainly on typing
stub and documentation updates.
Expand Down

0 comments on commit 53a02a1

Please sign in to comment.