From de1f462ad273b2114aaaca09c73525ba0aa28d95 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Fri, 25 Sep 2020 12:29:19 +0300 Subject: [PATCH] CHANGELOG.md: Add more notes about /items --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8699d6e..8a88b26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Minor refactoring of indexer ### Added -- Ability to get statistics for arbitrary items and date ranges by POSTing a JSON-formatted request to /items +- 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 ## [1.2.1] - 2020-03-02 ### Changed