Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Sep 18, 2024
1 parent ed7e15c commit df21a5f
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@

### Breaking changes

- `GeometryArrayTrait` renamed to `NativeArray`.
- `GeometryArrayRef` renamed to `NativeArrayRef`.
- `GeometryArrayTrait` renamed to `NativeScalar`.
- `GeometryArrayDyn` renamed to `NativeArrayDyn`.
- `AsGeometryArray` renamed to `AsNativeArray`.
- `AsChunkedGeometryArray` renamed to `AsChunkedNativeArray`.
- `ChunkedGeometryArrayTrait` renamed to `ChunkedNativeArray`.
- Renames:
- `GeometryArrayTrait` renamed to `NativeArray`.
- `GeometryArrayRef` renamed to `NativeArrayRef`.
- `GeometryArrayTrait` renamed to `NativeScalar`.
- `GeometryArrayDyn` renamed to `NativeArrayDyn`.
- `AsGeometryArray` renamed to `AsNativeArray`.
- `AsChunkedGeometryArray` renamed to `AsChunkedNativeArray`.
- `ChunkedGeometryArrayTrait` renamed to `ChunkedNativeArray`.
- `GeometryArrayTrait`/`NativeArray` no longer implemented on coordinate buffers

## [0.3.0] - 2024-09-07

Expand Down

0 comments on commit df21a5f

Please sign in to comment.