Skip to content

Commit

Permalink
update history
Browse files Browse the repository at this point in the history
  • Loading branch information
erickyan86 committed Apr 23, 2019
1 parent b4bb3a9 commit 3c427f9
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
# [fractal](https://github.com/fractalplatform/fractal) Changelog
## [0.0.7] - 2019-04-23
### Removed
- [WALLET] removed wallet module,the local node not support store private key
### Added
- [VM] add opt for opSnapBalance and destroyasset for contract
- [BLOCKCHAIN] support import/export block
- [RPC] add get the contract internal transaction
### Fixed
- [VM] add opt for opSnapBalance
- [TYPES] fixs the base types
- [ALL] fixs some bugs


## [0.0.6] - 2019-04-04
### Added
- [CRYPTO] add btcd secp256k1 crypto
Expand All @@ -14,5 +27,6 @@
- [MAKEFILE] add check fmt tag_release release command


[0.0.7]: https://github.com/fractalplatform/fractal/compare/v0.0.6...v0.0.7
[0.0.6]: https://github.com/fractalplatform/fractal/compare/v0.0.5...v0.0.6
[0.0.5]: https://github.com/fractalplatform/fractal/commits/v0.0.5
10 changes: 8 additions & 2 deletions NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
### Removed
- [WALLET] removed wallet module,the local node not support store private key
### Added
- [CRYPTO] add btcd secp256k1 crypto
- [VM] add opt for opSnapBalance and destroyasset for contract
- [BLOCKCHAIN] support import/export block
- [RPC] add get the contract internal transaction
### Fixed
- [MAKEFILE] fixed cross platform
- [VM] add opt for opSnapBalance
- [TYPES] fixs the base types
- [ALL] fixs some bugs

12 changes: 12 additions & 0 deletions cmd/utils/history.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,18 @@ import "github.com/monax/relic"
// release tagging script: ./scripts/tag_release.sh
var History relic.ImmutableHistory = relic.NewHistory("fractal", "https://github.com/fractalplatform/fractal").
MustDeclareReleases(
"0.0.7 - 2019-04-23",
`### Removed
- [WALLET] removed wallet module,the local node not support store private key
### Added
- [VM] add opt for opSnapBalance and destroyasset for contract
- [BLOCKCHAIN] support import/export block
- [RPC] add get the contract internal transaction
### Fixed
- [VM] add opt for opSnapBalance
- [TYPES] fixs the base types
- [ALL] fixs some bugs
`,
"0.0.6 - 2019-04-04",
`### Added
- [CRYPTO] add btcd secp256k1 crypto
Expand Down

0 comments on commit 3c427f9

Please sign in to comment.