diff options
| author | MarcoFalke <[email protected]> | 2016-09-21 12:21:13 +0200 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2016-10-04 13:27:38 +0200 |
| commit | eeeebdd3cba1e69835f826236f7d71ee8d76ace4 (patch) | |
| tree | 656826ddb80cb9d0d0130092dd0c4ae5a17c5234 /doc/release-notes | |
| parent | Merge #8850: Implement (begin|end)_ptr in C++11 and add deprecation comment (diff) | |
| download | discoin-eeeebdd3cba1e69835f826236f7d71ee8d76ace4.tar.xz discoin-eeeebdd3cba1e69835f826236f7d71ee8d76ace4.zip | |
[doc] Rework docs
* Minor formatting such as adjusting links
* Move sections of `doc/multiwallet-qt.md` to the source code and delete
the file, as it is outdated
* Fix typo in the release notes
* Amend release process to mention update of BLOCK_CHAIN_SIZE
Diffstat (limited to 'doc/release-notes')
| -rw-r--r-- | doc/release-notes/release-notes-0.13.0.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release-notes/release-notes-0.13.0.md b/doc/release-notes/release-notes-0.13.0.md index 5dd3f5a65..f9bf3d75d 100644 --- a/doc/release-notes/release-notes-0.13.0.md +++ b/doc/release-notes/release-notes-0.13.0.md @@ -643,7 +643,7 @@ git merge commit are mentioned. - #8041 `5b736dd` Fix bip9-softforks blockstore issue (MarcoFalke) - #7994 `1f01443` Add op csv tests to script_tests.json (Christewart) - #8038 `e2bf830` Various minor fixes (MarcoFalke) -- #8072 `1b87e5b` Travis: 'make check' in parallel and verbose (MarcoFalke) +- #8072 `1b87e5b` Travis: 'make check' in parallel and verbose (theuni) - #8056 `8844ef1` Remove hardcoded "4 nodes" from test_framework (MarcoFalke) - #8047 `37f9a1f` Test_framework: Set wait-timeout for bitcoind procs (MarcoFalke) - #8095 `6700cc9` Test framework: only cleanup on successful test runs (sdaftuar) |