Skip to content

Commit 5de2c44

Browse files
authored
Merge pull request #647 from kaikai1024/add-0.24.1-changelog
Add changelog of `v0.24.1`. [skip ci]
2 parents b1ab9cb + 37c948e commit 5de2c44

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. And this pr
44

55
## [Unreleased]
66

7+
## [v0.24.1] - 2019-06-14
8+
9+
Fix the issue about memory leak in cita-executor.
10+
Check the details at [#588]
11+
712
## [v0.24.0] - 2019-05-18
813

914
### Framework
@@ -789,6 +794,7 @@ Release the first version of CITA.
789794

790795
[#201]: https://github.com/cryptape/cita/issues/201
791796
[#206]: https://github.com/cryptape/cita/issues/206
797+
[#588]: https://github.com/cryptape/cita/issues/588
792798
[Account model based zero-knowledge proof transaction.]: https://github.com/cryptape/cita/blob/develop/cita-executor/core/src/native/zk_privacy.md
793799
[CITA docker images]: https://hub.docker.com/r/cita/
794800
[Emergency braking system contract]: https://docs.citahub.com/zh-CN/cita/system/emergency-brake
@@ -810,7 +816,8 @@ Release the first version of CITA.
810816
[set quota price]: https://docs.citahub.com/zh-CN/cita/system/price
811817
[sidechain exit mechanism]: https://docs.nervos.org/cita/#/crosschain/crosschain_contract_example
812818

813-
[Unreleased]: https://github.com/cryptape/cita/compare/v0.24.0...HEAD
819+
[Unreleased]: https://github.com/cryptape/cita/compare/v0.24.1...HEAD
820+
[v0.24.1]: https://github.com/cryptape/cita/compare/v0.24.0...v0.24.1
814821
[v0.24.0]: https://github.com/cryptape/cita/compare/v0.23.0...v0.24.0
815822
[v0.23.1]: https://github.com/cryptape/cita/compare/v0.23.0...v0.23.1
816823
[v0.23.0]: https://github.com/cryptape/cita/compare/v0.22.0...v0.23.0

0 commit comments

Comments
 (0)