Skip to content

Commit 671b463

Browse files
committed
format changelog
1 parent fa80266 commit 671b463

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

kimchi/CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,17 @@
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 [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
and this project adheres to
7+
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
78

89
## [Unreleased]
910

1011
- Serialization in JSON now uses hexstrings for bytearrays.
1112
- Upgrade to Rust 1.67.0
1213
- Remove unneeded ChaCha gates
13-
- Enforce deterministic ordering of gate lookup tables by replacing `HashSet` with `BTreeSet`
14+
- Enforce deterministic ordering of gate lookup tables by replacing `HashSet`
15+
with
16+
`BTreeSet`
1417

1518
## 0.1.0 (2023-02-06)
1619

0 commit comments

Comments
 (0)