Skip to content

Commit

Permalink
changelog: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jordens committed Nov 13, 2024
1 parent 8ebe557 commit b3e84ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/quartiq/miniconf/compare/v0.17.1...HEAD) - DATE

### Added

* `deny` proc macro field attribute for fine grained rejection of struct access
(and removed corresponding trait impls).

## [0.17.1](https://github.com/quartiq/miniconf/compare/v0.17.0...v0.17.1) - 2024-11-12

### Added

* `std` and `alloc` features and `Tree*` impls for `Box`, `Rc`, `RcWeak`, `Arc`, `ArcWeak`,
`Cow`, `Mutex`, `RwLock`, `Cell`, `RefCell`, `Bound`, `Range`, `RangeFrom`, `RangeTo`,
`RangeInflusive`
* `deny` proc macro field attribute for fine grained rejection of struct access.

## [0.17.0](https://github.com/quartiq/miniconf/compare/v0.16.3...v0.17.0) - 2024-10-25

Expand Down
2 changes: 1 addition & 1 deletion miniconf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ Fields/variants that form internal nodes (non-leaf) need to implement the respec
Leaf fields/items need to support the respective [`serde`] (and the desired `serde::Serializer`/`serde::Deserializer`
backend) or [`core::any`] trait.

Structs, enums, arrays, and Options can then be cascaded to construct more complex trees.
Structs, enums, arrays, Options, and many other containers can then be cascaded to construct more complex trees.

See also the [`TreeKey`] trait documentation for details.

Expand Down

0 comments on commit b3e84ac

Please sign in to comment.