Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahix committed Oct 21, 2024
1 parent d0d9201 commit 1e8e0d8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### `profirust`
#### Fixed
- Fixed compiler warnings due to superfluous `#[cfg]` gates.

### `gsd-parser`
#### Fixed
- Fixed a lot of panics caused by invalid input. Instead, gsd-parser now
propagates an error for the called to handle.
propagates an error for the caller to handle.


## [0.2.1] - 2024-05-09
Expand Down

0 comments on commit 1e8e0d8

Please sign in to comment.