You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: dev-docs/CHANGELOG.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [1.6.1] - 2025-03-04
11
+
10
12
### Language features
11
13
12
14
-[fix] The `toCell()` method called in a receiver on a contract field that is a struct is now handled correctly: PR [#2186](https://github.com/tact-lang/tact/pull/2186)
@@ -15,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
17
### Standard Library
16
18
17
19
- Add the `StateInit.hasSameBasechainAddress` function: PR [#2187](https://github.com/tact-lang/tact/pull/2187)
18
-
- Add doc comments for functions and structs: PR [#2267](https://github.com/tact-lang/tact/pull/2267)
20
+
- Add doc comments for most functions and structs: PR [#2267](https://github.com/tact-lang/tact/pull/2267)
19
21
- Add the `cashback` function: PR [#2241](https://github.com/tact-lang/tact/pull/2241)
0 commit comments