From 1b99897ef90f5ad80eb8c9f560c22b4077013f35 Mon Sep 17 00:00:00 2001 From: Stijn Caerts Date: Tue, 10 Dec 2024 19:25:50 +0100 Subject: [PATCH] docs: update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2469eb46..f2b31791 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Changed +- Use base64 encoded JSON string of sort keys as pagination token instead of comma-separated string [#323](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/323) ## [v3.2.1] - 2024-11-14