From 47827148dfb2eaf0a784142d480e1db781ae4ff6 Mon Sep 17 00:00:00 2001 From: Nodari Chkuaselidze Date: Mon, 23 Jun 2025 15:47:42 +0400 Subject: [PATCH] pkg: update changelog. --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a98a536b..dce818a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ **When upgrading to this version of hsd, you must pass `--chain-migrate=4` and `--wallet-migrate=6` when you run it for the first time.** +### Network + +**End Airdrop soft fork has been included. ([#927](https://github.com/handshake-org/hsd/pull/927)) +Miners who want to support the soft-fork need to start signalling with `airstop` bit.** + ### Wallet Changes #### Wallet HTTP API @@ -205,6 +210,11 @@ The following methods have been deprecated: ## v6.0.0 +### Network + +**ICANN Lockup soft fork has been included. ([#819](https://github.com/handshake-org/hsd/pull/819), [#828](https://github.com/handshake-org/hsd/pull/828), [#834](https://github.com/handshake-org/hsd/pull/834)) +Miners who want to support the soft-fork need to start signalling with `icannlockup` bit.** + ### Node and Wallet HTTP API Validation errors, request paremeter errors or bad HTTP requests will no longer return (and log) `500` status code, instead will return `400`.