Skip to content

Commit 2096627

Browse files
janniceldruin
authored andcommitted
Move unreleased changes to 0.4.0 section
1 parent 26ae3be commit 2096627

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99

1010
[Unreleased]: https://github.com/rust-embedded-community/embedded-sdmmc-rs/compare/v0.4.0...develop
1111

12-
### Changes
13-
- Add `MAX_DIRS` and `MAX_FILES` generics to `Controller` to allow an arbitrary numbers of concurrent open directories and files.
14-
- Add new constructor method `Controller::new_with_limits(block_device: D, timesource: T) -> Controller<D, T, MAX_DIRS, MAX_FILES>`
15-
to create a `Controller` with custom limits.
16-
1712
## [Version 0.4.0](https://github.com/rust-embedded-community/embedded-sdmmc-rs/releases/tag/v0.4.0)
1813

1914
### Changes
@@ -27,6 +22,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2722
- Fix `env_logger` pulling in the `std` feature in `log` in library builds.
2823
- Raise the minimum supported Rust version to 1.56.0.
2924
- Code tidy-ups and more documentation.
25+
- Add `MAX_DIRS` and `MAX_FILES` generics to `Controller` to allow an arbitrary numbers of concurrent open directories and files.
26+
- Add new constructor method `Controller::new_with_limits(block_device: D, timesource: T) -> Controller<D, T, MAX_DIRS, MAX_FILES>`
27+
to create a `Controller` with custom limits.
3028

3129
## [Version 0.3.0](https://github.com/rust-embedded-community/embedded-sdmmc-rs/releases/tag/v0.3.0)
3230

0 commit comments

Comments
 (0)