Skip to content

Commit

Permalink
Update the changelog to reflect the DiskCache::remove_expired_entries…
Browse files Browse the repository at this point in the history
… change
  • Loading branch information
BaxHugh committed Apr 8, 2024
1 parent f1f138f commit 7dfd544
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
## Changed
- [Breaking] `type` attribute is now `ty`
- Upgrade to syn2
- Signature or `DiskCache::remove_expired_entries`: this now returns `Result<(), DiskCacheError>` instead of `()`, returning an `Err(sled::Error)` on removing and flushing from the connection.
## Removed

## [0.49.3]
Expand Down

0 comments on commit 7dfd544

Please sign in to comment.