Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jagerber48 committed Mar 7, 2024
1 parent 7cc83d2 commit b7266cd
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,19 @@ Unreleased
documentation
`changelog <https://sciform.readthedocs.io/en/latest/project.html#changelog>`_.
Added
^^^^^

* Added many unit test to supplement the feature existing feature tests.
[`#102 <https://github.com/jagerber48/sciform/issues/102>`_]
* Added much more input validation and corresponding messaging.

* Checks on input types and values.
* Extra translations dictionaries are now checked so that keys must be
integers and values must consist of only English alphabetic
characters.
[`#157 <https://github.com/jagerber48/sciform/issues/157>`_]

Changed
^^^^^^^

Expand All @@ -21,16 +34,13 @@ Changed

* Move modules containing public interfaces into an ``api``
sub-package.
* Break a bulky ``format_utils`` module into multiple modules, now in
a ``format_utils`` sub-package.
* Break the bulky ``format_utils`` module into multiple modules, now
in a ``format_utils`` sub-package.
* Collect the main formatting algorithms into a ``formatting``
sub-package.
* Sort tests into feature and unit tests.

* Extra translations dictionaries are now checked so that keys must be
integers and values must consist of only English alphabetic
characters.
[`#157 <https://github.com/jagerber48/sciform/issues/157>`_]
* Some utility code refactoring.

----

Expand Down

0 comments on commit b7266cd

Please sign in to comment.