Skip to content

Commit

Permalink
modified: CHANGELOG in README
Browse files Browse the repository at this point in the history
  • Loading branch information
kingwingfly committed Jul 23, 2024
1 parent ddfb2c8 commit 7830018
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions encrypt-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ _For more examples, please refer to the [Example](https://github.com/kingwingfly
<!-- CHANGELOG -->
## Changelog

- v0.3.x -> v0.4.x: Cache inside `Config` now behave more like a native cache. Changes will be saved as `ConfigMut` dropped automatically.
- v0.2.x -> v0.3.x: Now, multi-config-sources can be saved and loaded through `Config` in one go. But `add_xx_source`s are removed. By the way, one can defined their own sources by implementing `Source` trait while `NormalSource` `PersistSource` `SecretSource` are still provided.
- v0.1.x -> v0.2.x: A broken change has been made. Heavily refactored with `std::any` and methods from `dependencies injection`.

Expand Down

0 comments on commit 7830018

Please sign in to comment.