From 395811a86f9d5a8616d9d2578ff8e5439ab8256b Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Wed, 4 Jul 2018 15:02:17 -0700 Subject: [PATCH] changelog: add mention of bip151 & bip150. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a315d721..84f4f56b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -149,6 +149,7 @@ of `*`, which notifies them of events on _all_ wallets). Due to the use of class syntax, something like `bcoin.Address(str)` is no longer possible. Please take a look at `lib/bcoin.js` to get a better idea of what has changed. +- __net__ - Support for BIP151 and BIP150 has been dropped. ## v1.0.0-beta.15