You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We fixed a rare memory/db leak in LLMQ based InstantSend leak which would only occur when reorganizations
59
-
would happen.
57
+
Fixed out-of-sync masternode list UI
58
+
------------------------------------
59
+
The masternode tab, which shows the masternode list, was not always up-to-date as it missed some internal
60
+
updates. This should be fixed now.
60
61
61
-
0.14.0.1 Change log
62
+
0.14.0.2 Change log
62
63
===================
63
64
64
-
See detailed [set of changes](https://github.com/dashpay/dash/compare/v0.14.0.0...dashpay:v0.14.0.1).
65
+
See detailed [set of changes](https://github.com/dashpay/dash/compare/v0.14.0.1...dashpay:v0.14.0.2).
65
66
66
-
-[`a2baa93ec`](https://github.com/dashpay/dash/commit/a2baa93ec) Only require valid collaterals for votes and triggers (#2947) (#2957)
67
-
-[`b293e6dde`](https://github.com/dashpay/dash/commit/b293e6dde) Fix off-by-one error in InstantSend mining info removal when disconnecting blocks (#2951)
68
-
-[`276b6e3a8`](https://github.com/dashpay/dash/commit/276b6e3a8) bump version to 0.14.0.1 and prepare release notes (#2952)
67
+
TODO
69
68
70
69
Credits
71
70
=======
72
71
73
72
Thanks to everyone who directly contributed to this release:
74
73
75
74
- Alexander Block (codablock)
76
-
- demodun6
77
75
- UdjinM6
78
76
79
77
As well as everyone that submitted issues and reviewed pull requests.
@@ -101,6 +99,7 @@ Dash Core tree 0.12.1.x was a fork of Bitcoin Core tree 0.12.
101
99
102
100
These release are considered obsolete. Old release notes can be found here:
103
101
102
+
-[v0.14.0.1](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.14.0.1.md) released May/31/2019
104
103
-[v0.14.0](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.14.0.md) released May/22/2019
105
104
-[v0.13.3](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.13.3.md) released Apr/04/2019
106
105
-[v0.13.2](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.13.2.md) released Mar/15/2019
0 commit comments