Skip to content

Commit c370e2b

Browse files
committed
Update global and mithril-stm changelogs
1 parent d435f70 commit c370e2b

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ As a minor extension, we have adopted a slightly different versioning convention
1717

1818
- Chain observers support the retrieval of the current Cardano chain point.
1919

20+
- Deprecate `portable` feature of `mithril-stm` and `mithril-client`:
21+
- Instead, always enable BLST `portable` feature in `mithril-stm` for runtime check of intel ADX instruction set.
22+
- `portable` feature now has no effect and should be removed from crate dependencies.
23+
- Removed it from all other crates (including `mithril-common`).
24+
2025
- Crates versions:
2126

2227
| Crate | Version |

mithril-stm/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.3.18 (11-04-2024)
9+
10+
- Deprecate `portable` feature:
11+
- Instead, always enable BLST `portable` feature for runtime check of intel ADX instruction set.
12+
- `portable` feature now has no effect and should be removed from crate dependencies.
13+
814
## 0.3.7 (10-10-2023)
915

1016
### Added

0 commit comments

Comments
 (0)