File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change
1
+ 0.2.0
2
+ ---
3
+ - ** command line**
4
+ - add version subcommand
5
+ - ** compiler**
6
+ - fix a bug in floating point comparisons with NaN values
7
+ - fix a bug when calling ` panic ` in package initialization code
8
+ - add support for comparing ` complex64 ` and ` complex128 `
9
+ - ** cgo**
10
+ - add support for external globals
11
+ - add support for pointers and function pointers
12
+ - ** standard library**
13
+ - ` fmt ` : initial support, ` fmt.Println ` works
14
+ - ` math ` : support for most/all functions
15
+ - ` os ` : initial support (only stdin/stdout/stderr)
16
+ - ` reflect ` : initial support
17
+ - ` syscall ` : add support for amd64, arm, and arm64
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ package main
2
2
3
3
// version of this package.
4
4
// Update this value before release of new version of software.
5
- const version = "0.1 .0"
5
+ const version = "0.2 .0"
You can’t perform that action at this time.
0 commit comments