We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 274d254 commit fa80266Copy full SHA for fa80266
kimchi/CHANGELOG.md
@@ -3,14 +3,14 @@
3
All notable changes to this project will be documented in this file.
4
5
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).
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8
9
## [Unreleased]
10
11
- Serialization in JSON now uses hexstrings for bytearrays.
12
- Upgrade to Rust 1.67.0
13
- Remove unneeded ChaCha gates
+- Enforce deterministic ordering of gate lookup tables by replacing `HashSet` with `BTreeSet`
14
15
## 0.1.0 (2023-02-06)
16
0 commit comments