Skip to content

Commit a418d3a

Browse files
committed
Update Readme and History
1 parent 3febdb9 commit a418d3a

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

HISTORY.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ Release History
33

44
Unreleased (see `master <https://github.com/AustEcon/bitsv>`_)
55
--------------------------------------------------------------
6-
- No new changes since 0.10.1 yet.
6+
- No new changes since 0.10.2 yet.
7+
8+
0.10.2 (2019-11-28)
9+
-------------------
10+
- Fixed broken API endpoint for foreign currency conversions.
711

812
0.10.1 (2019-11-24)
913
-------------------

README.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,19 @@ Forked from Ofek's awesome Bit library: https://github.com/ofek/bit
2222
Noticeboard:
2323
------------
2424

25-
Latest Release - 0.10.1_ (2019-11-24)
25+
Latest Major Release - 0.10.2_ (2019-11-28)
2626

27-
.. _0.10.1: https://github.com/AustEcon/bitsv/blob/master/HISTORY.rst
27+
.. _0.10.2: https://github.com/AustEcon/bitsv/blob/master/HISTORY.rst
2828

2929
- Added new Fullnode class for connecting to local bitcoin node via JSON-RPC (thanks goes to https://github.com/xloem for the initial legwork).
3030
- Fullnode class works for Mainnet, Testnet, Scaling-testnet and RegTest (local mock blockchain).
3131
- Reordered outputs to always have 'false return' metadata included in the **first** output instead of the last. This will fix a new issue that arose with rendering of images etc. on bico.media.
3232
- Prepend OP_FALSE to OP_RETURN in preparation for Genesis upgrade coming in February.
3333
- Add 'sweep' function to PrivateKey class for sending all coins to a given address.
3434
- 0.10.1 includes a patch for rpc methods list
35+
- 0.10.2 includes a patch to fix broken API endpoint for foreign currency conversions.
3536

36-
Previous Release - 0.9.0_ (2019-08-11)
37+
Previous Major Release - 0.9.0_ (2019-08-11)
3738

3839
.. _0.9.0: https://github.com/AustEcon/bitsv/blob/master/HISTORY.rst
3940

0 commit comments

Comments
 (0)