Skip to content

Commit

Permalink
List dependency visibility in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Feb 10, 2024
1 parent b981c26 commit 382c403
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- **Breaking** added `chunk_shape_u64_unchecked` to `ChunkGridTraits` which must be implemented by chunk grids

### Changed
- Bump `crc32` to 0.6.5 to fix nightly build
- Bump `opendal` to `0.45`
- Dependency bumps
- `crc32` (private) to [0.6.5](https://github.com/zowens/crc32c/releases/tag/v0.6.5) to fix nightly build
- `opendal` (public) to [0.45](https://github.com/apache/opendal/releases/v0.45.0)
- Minor docs fixes
- **Breaking**: rename `IncompatibleArrayShapeError` to `IncompatibleArraySubsetAndShapeError`
- **Breaking**: use `IncompatibleArraySubsetAndShapeError` in `ArrayStoreBytesError::InvalidArrayShape`
Expand Down

0 comments on commit 382c403

Please sign in to comment.