Skip to content

Commit

Permalink
<doc>(project): update 1.4.0 changelog. (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyonRay authored Mar 5, 2024
1 parent 21069cf commit 94021b6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
23 changes: 21 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
### v1.3.1
## v1.4.0

(2024-03-01)

**新增**

- stub增加获取区块的接口,增加跨链获取区块的功能 https://github.com/WeBankBlockchain/WeCross-BCOS3-Stub/pull/27
- 新增获取区块时返回交易详细信息的功能 https://github.com/WeBankBlockchain/WeCross-BCOS3-Stub/pull/29
- 获取的交易增加时间戳字段 https://github.com/WeBankBlockchain/WeCross-BCOS3-Stub/pull/26

**更改**

- 更新版本依赖,修复安全问题 https://github.com/WeBankBlockchain/WeCross-BCOS3-Stub/pull/30

**修复**

- 修复Proxy合约在事务为空时获取事件异常的问题 https://github.com/WeBankBlockchain/WeCross-BCOS3-Stub/pull/28
- 修复在计算默克尔证明时出现调用多次callback的问题 https://github.com/WeBankBlockchain/WeCross-BCOS3-Stub/pull/24

## v1.3.1

(2023-07-31)

Expand All @@ -10,7 +29,7 @@

- 修复FISCO BCOS 3.2.0之前版本节点的兼容性问题。

### v1.3.0
## v1.3.0

(2023-03-15)

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ List logger = [

dependencies {
compile logger
implementation ('com.webank:wecross-java-stub:1.4.0-SNAPSHOT') {
implementation ('com.webank:wecross-java-stub:1.4.0') {
exclude group: "io.netty"
exclude group: 'org.fisco-bcos', module: 'tcnative'
}
Expand Down

0 comments on commit 94021b6

Please sign in to comment.