From 9623506d666ef1c8d909f5b7fe5cc190caf84134 Mon Sep 17 00:00:00 2001 From: "Ahmad M. Zawawi" Date: Sat, 2 Dec 2017 11:17:38 +0200 Subject: [PATCH] Update change log and readme. --- CHANGELOG.md | 9 ++++----- README.md | 5 ++--- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35f2b27..a2e91cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,11 @@ # Change Log for `Inline::Go` ## 0.0.5 - **UNDER DEVELOPMENT** - - Add support for `cgo`'s boolean `bool` type. + - Add `Bool`ean type support. - Add tests for: - - string - - int8 and int16. - - unsigned int(8|16|32|64) - - boolean types. + - Strings: `Str`. + - Boolean: `Bool`. + - Integers: `int8`, `int16` and `uint(8|16|32|64)`. ## 0.0.4 - 2 Dec 2017 - Add support for Go C Strings (with tests). diff --git a/README.md b/README.md index 9324350..7077415 100644 --- a/README.md +++ b/README.md @@ -78,12 +78,11 @@ $ AUTHOR_TESTING=1 prove -e "perl6 -Ilib" - [Calling Go Functions from Other Languages](https://medium.com/learning-the-go-programming-language/calling-go-functions-from-other-languages-4c7d8bcc69bf). - [The Go Programming Language Specification ](https://golang.org/ref/spec). - -- [cgo Wiki](https://github.com/golang/go/wiki/cgo) +- [cgo Wiki](https://github.com/golang/go/wiki/cgo). ## Author -Ahmad M. Zawawi, [azawawi](https://github.com/azawawi/) on #perl6 +Ahmad M. Zawawi, [azawawi](https://github.com/azawawi/) on `#perl6`. ## License