Skip to content

Commit 6f634c9

Browse files
committed
CHANGELOG.md rotate
1 parent 6dc0715 commit 6f634c9

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [2.6.3] - 2024-03-18
10+
911
## Added
10-
- Added Apple Silicon (ARM 64) to native build [#89](https://github.com/PDAL/java/pull/89) (@metasim)
12+
- Adding MacOS M1 support. [#89](https://github.com/pdal/java/pull/89) (@metasim)
13+
14+
## Changed
15+
- Call initialize in the Pipeline public constructor [#94](https://github.com/pdal/java/pull/94) (@pomadchin)
16+
- Added extra rpath entries to common macOS library install locations. [#95](https://github.com/pdal/java/pull/95) (@metasim)
17+
18+
## Fixed
19+
- CMake list delimiter should be `;` [#96](https://github.com/pdal/java/pull/96) (@metasim)
20+
1121

1222
## [2.6.2] - 2024-03-02
1323
## Changed
@@ -156,7 +166,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
156166
### Changed
157167
- Moved from the PDAL repo and established own lifecycle.
158168

159-
[Unreleased]: https://github.com/PDAL/java/compare/v2.6.2...HEAD
169+
[Unreleased]: https://github.com/PDAL/java/compare/v2.6.3...HEAD
170+
[2.6.3]: https://github.com/PDAL/java/compare/v2.6.2...v2.6.3
160171
[2.6.2]: https://github.com/PDAL/java/compare/v2.6.1...v2.6.2
161172
[2.6.1]: https://github.com/PDAL/java/compare/v2.6.0...v2.6.1
162173
[2.6.0]: https://github.com/PDAL/java/compare/v2.5.1...v2.6.0

0 commit comments

Comments
 (0)