From b26439daf3fc96cdc238eef7b0f249116d1f1126 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 27 Sep 2020 11:16:37 +0300 Subject: [PATCH] CHANGELOG.md: Add note about Python dependencies --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a88b26..de0518d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Ability to get statistics for arbitrary items and date ranges by POSTing a JSON-formatted request to /items as opposed to the current `GET /items` which returns pre-indexed all-time stats for all items +### Updated +- Run pipenv update, bringing minor updates to pytest, psycopg2-binary, etc + ## [1.2.1] - 2020-03-02 ### Changed - Help text in API docs should reference UUIDs