Skip to content

Commit a0fb92e

Browse files
committed
Small release notes and migration notes updates
1 parent 73a9cb1 commit a0fb92e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

website/docs/releases/migration-notes.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ title: Migration Notes
44

55
## v0.10 to v0.11
66

7-
There are several breaking changes to the SDK in this release. They are listed below in their own sections.
7+
There are several breaking changes to the compiler and SDK in this release. They are listed below in their own sections.
8+
9+
### cashc compiler
10+
11+
`tx.age` was renamed to `this.age` to better reflect that it enforces a UTXO-level locktime check (*not* transaction-level). To migrate, replace all occurrences of `tx.age` with `this.age`.
812

913
### CashScript SDK (Transaction Builder)
1014

website/docs/releases/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Release Notes
33
---
44

5-
## v0.11.0-next.2
5+
## v0.11.0-next.3
66

77
This update adds CashScript support for the new BCH 2025 network upgrade. To read more about the upgrade, see [this blog post](https://blog.bitjson.com/2025-chips/).
88

0 commit comments

Comments
 (0)