From 338d9a8ac8bfbd495c217ff0e9e42caf34beddb3 Mon Sep 17 00:00:00 2001 From: Francesco Nattino Date: Wed, 20 May 2020 16:50:56 +0200 Subject: [PATCH] CHANGELOG file updated --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68b88d4..0d976dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.4.1 - 2020-05-20 +## Added: +- select_equal filter accepts list of values to compare to the points' attributes +- also the attribute-based filter functions optionally return a mask to allow filter combinations + +## Fixed: +- bug in writing/reading 'None' as parameter in the PLY comments + ## 0.4.0 - 2020-05-13 ## Added: - build_volume module