Skip to content

Commit

Permalink
Changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Jun 15, 2023
1 parent 5494a86 commit f1e47f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# version format
version: 1.4.2-{branch}-build{build}
version: 1.5.0-{branch}-build{build}

os: Visual Studio 2019

Expand Down

0 comments on commit f1e47f0

Please sign in to comment.