File tree Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1
1
# [ fractal] ( https://github.com/fractalplatform/fractal ) Changelog
2
+ ## [ 0.0.27] - 2019-08-16
3
+ ### Fixed
4
+ - [ VIM] vm fix stack valid (#416 )
5
+ ### Added
6
+ - [ RPC] add rpc interface: ft_getTransBatch
7
+
8
+
2
9
## [ 0.0.26] - 2019-08-14
3
10
### Fixed
4
11
- [ LOG] fix vendor log bug, patch for version 0.0.25
226
233
- [ MAKEFILE] add check fmt tag_release release command
227
234
228
235
236
+ [ 0.0.27 ] : https://github.com/fractalplatform/fractal/compare/v0.0.26...v0.0.27
229
237
[ 0.0.26 ] : https://github.com/fractalplatform/fractal/compare/v0.0.25...v0.0.26
230
238
[ 0.0.25 ] : https://github.com/fractalplatform/fractal/compare/v0.0.24...v0.0.25
231
239
[ 0.0.24 ] : https://github.com/fractalplatform/fractal/compare/v0.0.23...v0.0.24
Original file line number Diff line number Diff line change 1
1
### Fixed
2
- - [ LOG] fix vendor log bug, patch for version 0.0.25
2
+ - [ VIM] vm fix stack valid (#416 )
3
+ ### Added
4
+ - [ RPC] add rpc interface: ft_getTransBatch
3
5
Original file line number Diff line number Diff line change @@ -43,6 +43,12 @@ import "github.com/monax/relic"
43
43
// release tagging script: ./scripts/tag_release.sh
44
44
var History relic.ImmutableHistory = relic .NewHistory ("fractal" , "https://github.com/fractalplatform/fractal" ).
45
45
MustDeclareReleases (
46
+ "0.0.27 - 2019-08-16" ,
47
+ `### Fixed
48
+ - [VIM] vm fix stack valid (#416)
49
+ ### Added
50
+ - [RPC] add rpc interface: ft_getTransBatch
51
+ ` ,
46
52
"0.0.26 - 2019-08-14" ,
47
53
`### Fixed
48
54
- [LOG] fix vendor log bug, patch for version 0.0.25
You can’t perform that action at this time.
0 commit comments