Skip to content

Commit 60748bd

Browse files
committed
docs: add CHANGELOG to v0.18.2
1 parent a7150f7 commit 60748bd

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
1+
<a name="v0.18.2"></a>
2+
## [v0.18.2] - 2025-10-28
3+
### Docs
4+
- add CHANGELOG for 0.18.1
5+
6+
### Fix
7+
- avoid b.Loop in Go 1.23
8+
9+
### Perf
10+
- limit memory allocation during Vector deserialization ([#759](https://github.com/Consensys/gnark-crypto/issues/759))
11+
12+
113
<a name="v0.18.1"></a>
2-
## [v0.18.1] - 2025-10-23
14+
## [v0.18.1] - 2025-10-28
15+
### Docs
16+
- add CHANGELOG for 0.18.1
17+
318
### Perf
419
- limit memory allocation during Vector deserialization ([#759](https://github.com/Consensys/gnark-crypto/issues/759))
520

@@ -2401,6 +2416,7 @@
24012416
<a name="v0.0.1"></a>
24022417
## v0.0.1 - 2020-03-23
24032418

2419+
[v0.18.2]: https://github.com/Consensys/gnark-crypto/compare/v0.18.1...v0.18.2
24042420
[v0.18.1]: https://github.com/Consensys/gnark-crypto/compare/v0.18.0...v0.18.1
24052421
[v0.18.0]: https://github.com/Consensys/gnark-crypto/compare/v0.17.0...v0.18.0
24062422
[v0.17.0]: https://github.com/Consensys/gnark-crypto/compare/v0.16.0...v0.17.0

0 commit comments

Comments
 (0)