From 680a0172e14c6d5b3c0e74b660bd4ac9abfc29d0 Mon Sep 17 00:00:00 2001 From: mhucka Date: Wed, 30 Mar 2022 16:50:27 -0700 Subject: [PATCH] Summarize latest changes --- CHANGES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 8278802..fec05ce 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,9 +1,15 @@ # Change log for DIBS +## ★ Version 0.5.3 ★ + +This version only updates `requirements.txt` to use newer versions of certain libraries, notably Pillow to address a [security issue in that package](https://github.com/advisories/GHSA-9j59-75qj-795w). + + ## ★ Version 0.5.2 ★ This version fixes a [bug reported (with a fix) by @dlasusa](https://github.com/caltechlibrary/dibs/issues/93) involving incorrect time zone locale handling in the viewer interface, and also bumps up the required version of [Pillow](https://pypi.org/project/Pillow/) to address [several security vulnerabilities](https://github.com/caltechlibrary/dibs/security/dependabot/3) flagged by Dependabot. It also updates a number of other dependencies in `requirements.txt` to their latest versions. + ## ★ Version 0.5.1 ★ This version fixes an issue wherein trying to add an item that had an incomplete records in the LSP would result in a misleading error about the item being not found at all.