Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
aliddell committed Nov 28, 2023
1 parent ad89fbe commit c05201e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Users can specify the full chunk size in width, height, and planes.
- Users can specify the full chunk size in width, height, and planes.
- `acquire-device-hal`: `storage_open` no longer takes a `StorageProperties*` parameter.

### Removed

- `max_bytes_per_chunk` from `StorageProperties` chunking properties.

### Fixed

- Removes 30-second timeout from `thread_join` on Windows.
- Removes 30-second timeout from `thread_join` on Windows.
- Memory leak in `copy_string`.
- Avoid an unnecessary call to `realloc`.

### Added

Expand All @@ -28,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `acquire-device-properties`: A `struct storage_properties_sharding_s` member `shard_dims_chunks` of
`StorageProperties`. Users can now configure sharding properties where supported.
- `acquire-device-properties`: A convenience function for setting sharding parameters.
- `acquire-device-hal`: `storage_start`, `storage_stop`, and `storage_set` functions.

## [0.1.3](https://github.com/acquire-project/acquire-core-libs/compare/v0.1.2...v0.1.3) - 2023-06-27

Expand Down

0 comments on commit c05201e

Please sign in to comment.