Skip to content

Commit fa80266

Browse files
committed
add changelog entry
1 parent 274d254 commit fa80266

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kimchi/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6-
and this project adheres to
7-
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
87

98
## [Unreleased]
109

1110
- Serialization in JSON now uses hexstrings for bytearrays.
1211
- Upgrade to Rust 1.67.0
1312
- Remove unneeded ChaCha gates
13+
- Enforce deterministic ordering of gate lookup tables by replacing `HashSet` with `BTreeSet`
1414

1515
## 0.1.0 (2023-02-06)
1616

0 commit comments

Comments
 (0)