From 7316c48e9f070a54e3b220a44a8d606d376b1718 Mon Sep 17 00:00:00 2001 From: Patrick Niklaus Date: Sat, 7 May 2016 23:50:54 +0200 Subject: [PATCH] Changelog entry for StaticRTree changes --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05795d051..54ad91514 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ - Infrastructure - BREAKING: reordered internal instruction types. This breaks the **data format** + - BREAKING: Changed the on-disk encoding of the StaticRTree for better performance. This breaks the **data format** - Fixes: - Issue #2310: post-processing for local paths, fixes #2310