From c1e4b32e23c38602313f2018e57481b230e948d0 Mon Sep 17 00:00:00 2001 From: jmcardon Date: Fri, 24 Jan 2025 18:48:26 -0500 Subject: [PATCH] Release pact 5 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5231a3ef1..f13b40a78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +5.0 +--- +### Features +- [Introduced: `(do ...)` form for sequencing evaluation of terms](https://github.com/kadena-io/pact-5/pull/160) +- Revamped gas model for more accurate gas charging and lower gas costs across the board (Several PRs: #270, #276, #257, #208, #175) +- [New native `acquire-module-admin` introduced for acquiring admin-related priviledges for module operations (on the basis that the caller owns module governance)](https://github.com/kadena-io/pact-5/pull/208) +- New native `static-redeploy` for roundtripping existing modules into our new CBOR format (https://github.com/kadena-io/pact-5/pull/264) +- Improved execution efficiency: New interpreter and backend format yields improvements in execution from 2x to as high as 10x (Several PRs: # +- `let` and `let*` are now equivalent in execution and scope. + +For details on migration, see [our migration guide](https://docs.kadena.io/smart-contracts/install/migrating-to-pact5). + + 4.13.0 --- ### Features