File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 2.6.3] - 2024-03-18
10
+
9
11
## 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
+
11
21
12
22
## [ 2.6.2] - 2024-03-02
13
23
## Changed
@@ -156,7 +166,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
156
166
### Changed
157
167
- Moved from the PDAL repo and established own lifecycle.
158
168
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
160
171
[ 2.6.2 ] : https://github.com/PDAL/java/compare/v2.6.1...v2.6.2
161
172
[ 2.6.1 ] : https://github.com/PDAL/java/compare/v2.6.0...v2.6.1
162
173
[ 2.6.0 ] : https://github.com/PDAL/java/compare/v2.5.1...v2.6.0
You can’t perform that action at this time.
0 commit comments