From 4038fd2c079a1ac44a00995589a2ffaf52b7ce2f Mon Sep 17 00:00:00 2001 From: Andrei Kashin Date: Tue, 9 Apr 2024 13:43:43 +0200 Subject: [PATCH] [docs] Add changelog entry for 1.39.0 release (#10994) We also need to add other changes in this release to the changelog. --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b1f7425d6f..9b2fc9d99ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ ### Non-protocol Changes +## 1.39.0 + +### Protocol Changes + +* Use more precise gas costs for function calls [#10943](https://github.com/near/nearcore/pull/10943) that should lead to more efficient chunk utilization. + +### Non-protocol Changes + ## 1.37.0 ### Protocol Changes