summarylogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 82605a32213a..6dff431a6dad 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,16 @@
# Changelog
+## Unreleased
+
+## 2.1.1
+
+### Fixed
+- Fixed regression introduced in 2.1.0 where setting the x, y or z value would not properly set the corresponding
+ X, Y or Z value.
+- Fixed `LasData.change_scaling` setting the header's `offsets` and/or `scales` to `None`
+ if the corresponding optionnal argument was not given to the `change_scaling` method.
+ The header will now correctly keep the corresponding value unchanged.
+
## 2.1.0
### Added