Skip to content

Commit

Permalink
Merge pull request #81 from aiken-lang/specialize-dict-key
Browse files Browse the repository at this point in the history
Specialize Dict's key to ByteArray
  • Loading branch information
MicroProofs committed May 4, 2024
2 parents be93039 + 0ae9197 commit c5f1994
Show file tree
Hide file tree
Showing 8 changed files with 1,018 additions and 451 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## UNRELEASED

### Added

N/A

### Changed

- Specialized all `Dict`'s key as `ByteArray`, and thus remove the need for passing an extra comparison function.

### Removed

N/A

## v1.8.0 - 2024-03-28

### Added
Expand Down

0 comments on commit c5f1994

Please sign in to comment.