Changelog update

This commit is contained in:
Jose Luis Blanco-Claraco
2023-06-16 00:55:16 +02:00
parent 5494a86ea9
commit f1e47f0dba
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
nanoflann 1.5.0: UNRELEASED
nanoflann 1.5.0: Released Jun 16, 2023
* **API changes:**
- Users of radius search should change their result placeholder type:
`std::vector<std::pair<IndexType, DistanceType>>` => `std::vector<nanoflann::ResultItem<IndexType, DistanceType>>`. (See [#166](https://github.com/jlblancoc/nanoflann/issues/166) for the motivation of this change).

View File

@@ -1,5 +1,5 @@
# version format
version: 1.4.2-{branch}-build{build}
version: 1.5.0-{branch}-build{build}
os: Visual Studio 2019