Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
grimerssy committed Jul 23, 2024
1 parent 3297ea6 commit 76979d8
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Unreleased

### Added

- reexport of aes
- zeroize feature

### Changed

### Fixed

# 0.1.2 (July 22, 2024)

### Added

- crate documentation
- std feature for `std::error::Error` implementation

### Changed

- encoding of IDs changed to base58
- derive `PartialEq, Eq` for `Id`

### Fixed

- integer overflow on decoding of a string

0 comments on commit 76979d8

Please sign in to comment.