|
| 1 | +*The release notes draft is a temporary file that can be added to by anyone. See |
| 2 | +[/doc/developer-notes.md#release-notes](/doc/developer-notes.md#release-notes) |
| 3 | +for the process.* |
| 4 | + |
| 5 | +# Dash Core version *version* |
| 6 | +=============================== |
| 7 | + |
| 8 | +This is a new minor version release, bringing various bugfixes and performance improvements. |
| 9 | +This release is **optional** for all nodes, although recommended. |
| 10 | + |
| 11 | +Please report bugs using the issue tracker at GitHub: |
| 12 | + |
| 13 | + <https://github.com/dashpay/dash/issues> |
| 14 | + |
| 15 | + |
| 16 | +# Upgrading and downgrading |
| 17 | + |
| 18 | +## How to Upgrade |
| 19 | + |
| 20 | +If you are running an older version, shut it down. Wait until it has completely |
| 21 | +shut down (which might take a few minutes in some cases), then run the |
| 22 | +installer (on Windows) or just copy over /Applications/Dash-Qt (on Mac) or |
| 23 | +dashd/dash-qt (on Linux). |
| 24 | + |
| 25 | +## Downgrade warning |
| 26 | + |
| 27 | +### Downgrade to a version < *version* |
| 28 | + |
| 29 | +Downgrading to a version older than *version* may not be supported, and will |
| 30 | +likely require a reindex. |
| 31 | + |
| 32 | +# Release Notes |
| 33 | + |
| 34 | +Notable changes |
| 35 | +=============== |
| 36 | + |
| 37 | +P2P and network changes |
| 38 | +----------------------- |
| 39 | + |
| 40 | +Updated RPCs |
| 41 | +------------ |
| 42 | + |
| 43 | + |
| 44 | +Changes to wallet related RPCs can be found in the Wallet section below. |
| 45 | + |
| 46 | +New RPCs |
| 47 | +-------- |
| 48 | + |
| 49 | +Build System |
| 50 | +------------ |
| 51 | + |
| 52 | +Updated settings |
| 53 | +---------------- |
| 54 | + |
| 55 | + |
| 56 | +Changes to GUI or wallet related settings can be found in the GUI or Wallet section below. |
| 57 | + |
| 58 | +New settings |
| 59 | +------------ |
| 60 | + |
| 61 | +Tools and Utilities |
| 62 | +------------------- |
| 63 | + |
| 64 | +Wallet |
| 65 | +------ |
| 66 | + |
| 67 | +GUI changes |
| 68 | +----------- |
| 69 | + |
| 70 | +Low-level changes |
| 71 | +================= |
| 72 | + |
| 73 | +RPC |
| 74 | +--- |
| 75 | + |
| 76 | +Tests |
| 77 | +----- |
| 78 | + |
| 79 | +See detailed [set of changes][set-of-changes]. |
| 80 | + |
| 81 | +# Credits |
| 82 | + |
| 83 | +Thanks to everyone who directly contributed to this release: |
| 84 | + |
| 85 | +- |
| 86 | +- |
| 87 | +- |
| 88 | + |
| 89 | +As well as everyone that submitted issues, reviewed pull requests and helped |
| 90 | +debug the release candidates. |
| 91 | + |
| 92 | +# Older releases |
| 93 | + |
| 94 | +These releases are considered obsolete. Old release notes can be found here: |
| 95 | + |
| 96 | +- |
| 97 | +- |
| 98 | +- |
| 99 | + |
| 100 | +[set-of-changes]: https://github.com/dashpay/dash/compare/*version*...dashpay:*version* |
0 commit comments