From 9045acdce9993348d04e93aedf10d99dd3c343f2 Mon Sep 17 00:00:00 2001 From: Honza Date: Wed, 20 Sep 2023 16:53:50 +0200 Subject: [PATCH] Changelog: BlockHeight --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccebc213..7e7d26c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,11 @@ and this library adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `feePaid` is nullable - `blockTimeEpochSeconds` is nullable +### Removed +- Block heights are absolute, not relative. Thus, these two operations above the `BlockHeight` object were removed: + - `plus(other: BlockHeight): BlockHeight` + - `minus(other: BlockHeight): BlockHeight` + ## [2.0.0-rc.1] - 2023-09-12 ### Notable Changes