File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.4.2] - 2026-05-24
11+
12+ ### Fixed
13+ - Transformation one projection to another in one step should not skip the datum shift [ #128 ] ( https://github.com/locationtech/proj4j/pull/128 )
14+ - GRS80 should be recognized as a WGS84 transformation type [ #127 ] ( https://github.com/locationtech/proj4j/pull/127 )
15+
16+ ### Added
17+ - JPMS Automatic-Module-Name to JAR manifest [ #123 ] ( https://github.com/locationtech/proj4j/pull/123 )
18+
1019## [ 1.4.1] - 2025-06-15
1120
1221### Fixed
@@ -114,7 +123,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
114123- Fix possible ` null ` dereference [ #16 ] ( https://github.com/locationtech/proj4j/pull/16 )
115124- Fix ` cea ` (Cylindrical Equal Area) projection [ #10 ] ( https://github.com/locationtech/proj4j/pull/10 )
116125
117- [ Unreleased ] : https://github.com/locationtech/proj4j/compare/v1.4.1...HEAD
126+ [ Unreleased ] : https://github.com/locationtech/proj4j/compare/v1.4.2...HEAD
127+ [ 1.4.2 ] : https://github.com/locationtech/proj4j/compare/v1.4.1...v1.4.2
118128[ 1.4.1 ] : https://github.com/locationtech/proj4j/compare/v1.4.0...v1.4.1
119129[ 1.4.0 ] : https://github.com/locationtech/proj4j/compare/v1.3.0...v1.4.0
120130[ 1.3.0 ] : https://github.com/locationtech/proj4j/compare/v1.2.3...v1.3.0
You can’t perform that action at this time.
0 commit comments