From 5e19974b427ba5b7282923512ea793dfd28b0bbd Mon Sep 17 00:00:00 2001 From: Edward Wu Date: Wed, 27 Sep 2023 10:28:11 -0700 Subject: [PATCH] Update CHANGELOG with note about distance type change to float. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index da61c04bd..f606f570f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to the Solarium library 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 +- Spatial component distance type changed from int to float + ## [6.3.2] ### Added - Solarium\Component\ReRankQuery::setOperator()