mirror of
https://github.com/simonask/libyaml-safer
synced 2024-11-10 13:54:17 +00:00
9 lines
194 B
Markdown
9 lines
194 B
Markdown
|
# Changelog
|
||
|
|
||
|
## 0.1.1 - 2024-02-11
|
||
|
### Added
|
||
|
- Implement `PartialEq` and `Debug` for `Event` and `Token`.
|
||
|
### Bugfixes
|
||
|
- Fix a bug where marks would not be correctly set for tokens and events.
|
||
|
|