Skip to content

Commit

Permalink
feat: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
QEDK committed Nov 16, 2023
1 parent 2a6e75c commit 3be365c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,9 @@
- 1.0.0
- Dropped support for `ini::load()`
- Updated tests
- 2.0.0
- **BREAKING** Added Python-esque support for `:` as a delimiter.
- :new: Add support for case-sensitive maps with automatic handling under the hood.
- :hammer: Fixed buggy setters which went uncaught, to preserve case-insensitive nature.

Older changelogs are preserved here, current changelog is present in [README.md](README.md).
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,6 @@ additional terms or conditions.
## 🆕 Changelog

Old changelogs are in [CHANGELOG.md](CHANGELOG.md).
- 2.0.0
- **BREAKING** Added Python-esque support for `:` as a delimiter.
- :new: Add support for case-sensitive maps with automatic handling under the hood.
- :hammer: Fixed buggy setters which went uncaught, to preserve case-insensitive nature.
- 2.0.1
- Add first-class support for setting, loading and reading defaults
- New available struct `IniDefault` for fast templating
Expand All @@ -221,10 +217,14 @@ Old changelogs are in [CHANGELOG.md](CHANGELOG.md).
- Uses `CRLF` line endings for Windows files.
- Bumps crate to 2021 edition.
- Adds features to CI pipeline.
- 3.0.2 (**STABLE**)
- 3.0.2
- Adds support for multi-line key-value pairs.
- Adds `async-std` feature for asynchronous file operations.
- Some performance optimizations.
- 3.0.3 (**STABLE**)
- Add default empty line on empty strings.
- Feature to append to existing `Ini` objects.
- Minor lint fixes.

### 🔜 Future plans

Expand Down

0 comments on commit 3be365c

Please sign in to comment.