From 26f9678ba058fc3ff325244a21928fa6faf64bee Mon Sep 17 00:00:00 2001 From: tidwall Date: Wed, 29 Sep 2021 11:21:30 -0700 Subject: [PATCH] 1.26.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd73fad3..1779581a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.26.0] = 2021-09-29 +### Added +- #623: Added SECTOR type to spatial searches (@iwpnd, @gmonk) + +### Fixed +- #624: AOFSHRINK causes panic on server (@saques) + ## [1.25.5] = 2021-09-26 ### Fixed - 8ebcbeb: Fixed Z not matching on where clause for Feature/Point. (@tomquas)