Skip to content

Commit 3e275c5

Browse files
committed
Releases 0.17: slight reformatting of release notes for this site
1 parent 77efeff commit 3e275c5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

_releases/0.17.0.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ Changed configuration options
100100
command-line. Multiple files may be included. Can be disabled from command-
101101
line via `-noincludeconf`. Note that multi-argument commands like
102102
`-includeconf` will override preceding `-noincludeconf`, i.e.
103+
103104
```
104105
noincludeconf=1
105106
includeconf=relative.conf
@@ -200,7 +201,7 @@ Here are the changes to RPC methods:
200201
| `listreceivedbyaccount` | `listreceivedbylabel` | Both methods return new `label` fields, along with `account` fields for backward compatibility. |
201202
| `move` | n/a | _no replacement_ |
202203
| `sendfrom` | n/a | _no replacement_ |
203-
| `setaccount` | `setlabel` | Both methods now: <ul><li>allow assigning labels to any address, instead of raising an error if the address is not receiving address.<li>delete the previous label associated with an address when the final address using that label is reassigned to a different label, instead of making an implicit `getaccountaddress` call to ensure the previous label still has a receiving address. |
204+
| `setaccount` | `setlabel` | Both methods now:<br>• allow assigning labels to any address, instead of raising an error if the address is not receiving address.<br>• delete the previous label associated with an address when the final address using that label is reassigned to a different label, instead of making an implicit `getaccountaddress` call to ensure the previous label still has a receiving address. |
204205

205206
| Changed Method | Notes |
206207
| :--------------------- | :------ |
@@ -297,7 +298,7 @@ Low-level RPC changes
297298

298299
- The new RPC `scantxoutset` can be used to scan the UTXO set for entries
299300
that match certain output descriptors. Refer to the [output descriptors
300-
reference documentation](doc/descriptors.md) for more details. This call
301+
reference documentation](https://github.com/bitcoin/bitcoin/tree/0.17/doc/descriptors.md) for more details. This call
301302
is similar to `listunspent` but does not use a wallet, meaning that the
302303
wallet can be disabled at compile or run time. This call is experimental,
303304
as such, is subject to changes or removal in future releases.
@@ -759,7 +760,7 @@ Support for Python 2 has been discontinued for all test files and tools.
759760
- #13355 `0b1c0c4` Fix "gmake check" under OpenBSD 6.3 (probably `*BSD`): Avoid using GNU grep specific regexp handling (practicalswift)
760761
- #13353 `d4f6dac` Fixup setting of PATH env var (MarcoFalke)
761762
- #13352 `e24bf1c` Avoid checking reject code for now (MarcoFalke)
762-
- #13383 `2722a1f` bench: Use non-throwing parsedouble(…) instead of throwing boost::lexical_cast<double>(…) (practicalswift)
763+
- #13383 `2722a1f` bench: Use non-throwing `parsedouble(…)` instead of throwing `boost::lexical_cast<double>(…)` (practicalswift)
763764
- #13367 `264efdc` Increase includeconf test coverage (MarcoFalke)
764765
- #13404 `3d3d8ae` speed up of `tx_validationcache_tests` by reusing of CTransaction (lucash-dev)
765766
- #13421 `531a033` Remove `portseed_offset` from test runner (MarcoFalke)
@@ -898,7 +899,7 @@ Support for Python 2 has been discontinued for all test files and tools.
898899
- #11862 `4366f61` Network specific conf sections (ajtowns)
899900
- #13441 `4a7e64f` Prevent shared conf files from failing with different available options in different binaries (achow101)
900901
- #13471 `5eca4e8` For AVX2 code, also check for AVX, XSAVE, and OS support (sipa)
901-
- #13503 `c655b2c` Document FreeBSD quirk. Fix FreeBSD build: Use std::min<int>(…) to allow for compilation under certain FreeBSD versions (practicalswift)
902+
- #13503 `c655b2c` Document FreeBSD quirk. Fix FreeBSD build: Use `std::min<int>(…)` to allow for compilation under certain FreeBSD versions (practicalswift)
902903
- #13725 `07ce278` Fix bitcoin-cli --version (Empact)
903904

904905
### Documentation

0 commit comments

Comments
 (0)