Skip to content

Commit

Permalink
doc: update CHANGELOG with new reserve mode constants (#188)
Browse files Browse the repository at this point in the history
and a couple minor enhancements
  • Loading branch information
anton-trunov authored Mar 25, 2024
1 parent e0a3288 commit 7ef2ae1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

### Added

- `log2` and `log` math functions in stdlib: PR [#166](https://github.com/tact-lang/tact/pull/166)
- `log2` and `log` math functions in `@stdlib/math`: PR [#166](https://github.com/tact-lang/tact/pull/166)
- Reserve mode constants in `@stdlib/reserve`, namely `ReserveExact`, `ReserveAllExcept`, `ReserveAtMost`, `ReserveAddOriginalBalance`, `ReserveInvertSign`, `ReserveBounceIfActionFail`: PR [#173](https://github.com/tact-lang/tact/pull/173)

### Changed
- Update the `dump` function to handle addresses: PR [#175](https://github.com/tact-lang/tact/pull/175)

- The implicit empty init function is now present by default in the contract if not declared
- The implicit empty `init` function is now present by default in the contract if not declared: PR [#167](https://github.com/tact-lang/tact/pull/167)

### Fixed

Expand Down

0 comments on commit 7ef2ae1

Please sign in to comment.