You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,13 @@
2
2
3
3
## [Unreleased]
4
4
5
+
## [4.1.0] - 2021-03-03
6
+
### Added
7
+
- Added `UTMPoint` as a better way of handling UTM zones than the EPSG model does it
8
+
- Improved conversion chaining for `CompoundPoint`s
9
+
### Changed
10
+
- moved `verticalOffsetAndSlope` method from `CompoundPoint` to `VerticalPoint`. This is technically a breaking change, but since the code is only 2 days old shouldn't affect anyone.
0 commit comments