From 5430b590b023b5c85ce16adc74cf535deba3e327 Mon Sep 17 00:00:00 2001 From: Jose Luis Blanco-Claraco Date: Fri, 11 Oct 2019 21:57:37 +0200 Subject: [PATCH] Update CHANGELOG.txt --- CHANGELOG.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index a9169252..7cd341ef 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,9 @@ +nanoflann 1.3.1: Released Oct 11, 2019 + * Fixed bug in KDTreeSingleIndexDynamicAdaptor. See: https://github.com/jlblancoc/nanoflann/commit/a066148517d16c173954dcde13c1527481b9fad3 + * Fix build in XCode. + * Simplify CMakeLists for Eigen example (requires Eigen3Config.cmake now) + * Avoid setting cmake global executable build path + nanoflann 1.3.0: Released Aug 28, 2018 * Instructions for `make install` for Linux and Windows (Closes #87). * Fix all (?) MSVC conversion warnings (Closes: #95).