From f3a0e3a671f4e85d9b7c4db161ffc666cb85e533 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 17 Dec 2020 10:17:23 +0200 Subject: [PATCH] CHANGELOG.md: Add note about ORDER BY --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa8ff53..f43e0ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased +### Changed +- Add ORDER BY to /items resource to make sure results are returned +deterministically + ## [1.3.2] - 2020-11-18 ### Fixed - Minor issue with limit parameter (> 0)