Skip to content

Commit b3c34ae

Browse files
committed
Update changelog
1 parent 62141f9 commit b3c34ae

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,29 @@ All notable changes to `parsenic` will be documented in this file.
44
The format is based on [Keep a Changelog], and this project adheres to
55
[Semantic Versioning].
66

7-
## [0.2.0] - Unreleased
7+
## [0.2.0] - 2024-11-05
8+
89
### Added
910
- `error` module with error types
1011
- `result` module with `Result` type aliases
12+
- `unstable-error` feature implementing `Error` for error types
13+
- `Empty` reader and `empty()` constructor
14+
- `Purge` writer and `purge()` constructor
15+
- `class` module
16+
- `Read` and `Write` extension traits on `Reader` and `Writer`
1117

1218
### Changed
1319
- Bounds of `Int` and `UInt`
1420
- Now depends on `traitful` for extension traits
21+
- `io` module is behind a feature flag
22+
- `UInt` and `Int` are now in `class` module
1523

1624
### Fixed
1725
- Broken links in README and docs
1826
- Parsing `u8()` not advancing reader
1927

2028
## [0.1.0] - 2023-07-16
29+
2130
### Added
2231
- `be` module
2332
- `le` module

0 commit comments

Comments
 (0)