diff --git a/docs/changes.rst b/docs/changes.rst index 3d83bfd2..1328798e 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -1,6 +1,15 @@ Changes ======= +Version 1.7.15 +-------------- + +* Add unit tests for randomtable, dummytable, and their supporting functions and classes + By :user:`bmos`, :issue:`657`. + +* Fix: DeprecationWarning: Seeding based on hashing is deprecated since Python 3.9 and will be removed in a subsequent version. + By :user:`bmos`, :issue:`657`. + Version 1.7.14 --------------