From 4af3c656a32d0a7b4adc4b0788b301612f62bf1b Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 27 Dec 2020 12:26:32 +0200 Subject: [PATCH] CHANGELOG.md: Add note about totalPages --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3f457c..5c9a012 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 deterministically - Use `fl` parameter in indexer to return only the field we are faceting by - Minor refactoring of imports for PEP8 style +- More correct calculation of `totalPages` parameter in REST API response ## [1.3.2] - 2020-11-18 ### Fixed