From a3f6a0d05e5774b851663310f07e2ab8a56e443f Mon Sep 17 00:00:00 2001 From: Dkaiju Date: Thu, 6 Feb 2020 13:34:36 +0800 Subject: [PATCH] docs(release note): update bytom version 1.1.0 release note --- docs/release-notes/release-notes-1.1.0.md | 42 +++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 docs/release-notes/release-notes-1.1.0.md diff --git a/docs/release-notes/release-notes-1.1.0.md b/docs/release-notes/release-notes-1.1.0.md new file mode 100644 index 00000000..14970390 --- /dev/null +++ b/docs/release-notes/release-notes-1.1.0.md @@ -0,0 +1,42 @@ +Bytom version 1.1.0 is now available from: + + https://github.com/Bytom/bytom/releases/tag/v1.1.0 + + +Please report bugs using the issue tracker at github: + + https://github.com/Bytom/bytom/issues + +How to Upgrade +=============== + +If you are running an older version, shut it down. Wait until it has quited completely, and then run the new version Bytom. +You can operate according to the user manual.[(Bytom User Manual)](https://bytom.io/wp-content/themes/freddo/images/wallet/BytomUsermanualV1.0_en.pdf) + + +1.1.0 changelog +================ +__Bytom Node__ + ++ [`PR #1805`](https://github.com/Bytom/bytom/pull/1805) + - Correct bytom go import path to github.com/bytom/bytom. Developer can use go module to manage dependency of bytom. ++ [`PR #1815`](https://github.com/Bytom/bytom/pull/1815) + - Add asynchronous validate transactions function to optimize the performance of validating and saving block. + +__Bytom Dashboard__ + ++ [`PR #1829`](https://github.com/Bytom/bytom/pull/1829) + - Fixed the decimals type string to integer in create asset page. + +Credits +-------- + +Thanks to everyone who directly contributed to this release: + +- DeKaiju +- iczc +- Paladz +- zcc0721 +- ZhitingLin + +And everyone who helped test. -- 2.11.0