Skip to content

Commit df8d3d2

Browse files
committed
CHANGELOG.md update
1 parent 075f830 commit df8d3d2

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)