diff --git a/CHANGES.md b/CHANGES.md index 0fec3ea..4555e91 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,7 +5,12 @@ Handprint (_**Hand**written **P**age **R**ecognit**i**o**n** **T**est_) is a com ## ★ Version 1.5.5 ★ -This release updates dependency versions specified by `requirements.txt` and `Pipfile`, to address a security issue in Pillow, update to CommonPy, and some other version updates. It also adds a `CITATION.cff` file to the repository on GitHub, and updates copyright years in files. +Changes in this release: + +* Update dependency versions specified by `requirements.txt` and `Pipfile`, to address a security issue in Pillow, update to CommonPy, and some other version updates. +* Fix to a bug in the image resizing code involving calls to debug log functions. +* Updates to copyright years in files. +* Addition of a `CITATION.cff` file to the repository on GitHub ## ★ Version 1.5.4 ★ diff --git a/README.md b/README.md index 5f4a658..b8f9ebb 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,7 @@ The _**Hand**written **P**age **R**ecognit**i**o**n** **T**est_ is a command-lin ## Log of recent changes -_Version 1.5.4_: This version fixes an error missed in the updates of version 1.5.3. The error primarily affects first-time users of Handprint. - -_Version 1.5.3_: This updates Handprint to account for changes in some Python dependencies. This version also adds information for how to use [pipx](https://pypa.github.io/pipx/) to install Handprint, and provides `Pipefile` and `Pipfile.lock` files for use with [pipenv](https://pipenv.pypa.io/en/latest/) for people who prefer that approach. +_Version 1.5.5_: This release updates dependency versions in `requirements.txt` and `Pipfile`, to address a security issue in Pillow, update CommonPy, and some other version updates. It also fixes an internal bug in the image resizing code. ## Table of Contents