Skip to content

Commit 5969cf1

Browse files
authored
update Changelog and release_note for v0.9.1 (#113)
* update Changelog and release_note for v0.9.1 * fix ci since the permission precompiled changed
1 parent 1d87eb8 commit 5969cf1

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

Changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
### v0.9.1
2+
(2020-06-19)
3+
4+
**更新**
5+
- 支持带参数的合约部署
6+
- 优化交易回执处理流程
7+
- 添加客户端请求超时逻辑
8+
9+
110
### v0.9.0
211

312
(2019-08-16)

ci/ci_check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ function test_precompile()
368368
{
369369
test_consensus_precompile
370370
test_sys_config
371-
test_permission_precompile
371+
#test_permission_precompile
372372
}
373373

374374
# test_rpc

release_note.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.9.0
1+
v0.9.1

0 commit comments

Comments
 (0)