This commit is contained in:
tidwall 2021-09-29 11:21:30 -07:00
parent 6174c6434d
commit 26f9678ba0
1 changed files with 7 additions and 0 deletions

View File

@ -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)