Skip to content

Commit 3be365c

Browse files
committed
feat: update docs
1 parent 2a6e75c commit 3be365c

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,9 @@
8282
- 1.0.0
8383
- Dropped support for `ini::load()`
8484
- Updated tests
85+
- 2.0.0
86+
- **BREAKING** Added Python-esque support for `:` as a delimiter.
87+
- :new: Add support for case-sensitive maps with automatic handling under the hood.
88+
- :hammer: Fixed buggy setters which went uncaught, to preserve case-insensitive nature.
8589

8690
Older changelogs are preserved here, current changelog is present in [README.md](README.md).

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -201,10 +201,6 @@ additional terms or conditions.
201201
## 🆕 Changelog
202202

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

229229
### 🔜 Future plans
230230

0 commit comments

Comments
 (0)