aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2020-05-19 10:27:31 -0500
committerGanesh Viswanathan <dev@genotrance.com>2020-05-19 10:27:31 -0500
commitf079d851db1db0dd64d7538a8b417b1e5c0985a1 (patch)
tree539019ab7559d1f650d23ec4689107291b6e3bc5
parent6f96437f39572f3b01f4e61b684f2a74cb524bba (diff)
downloadnimterop-f079d851db1db0dd64d7538a8b417b1e5c0985a1.tar.gz
nimterop-f079d851db1db0dd64d7538a8b417b1e5c0985a1.zip
Changelog for variable support
-rw-r--r--CHANGES.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index ea3f427..e47974d 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -35,6 +35,7 @@ https://github.com/nimterop/nimterop/compare/v0.4.4...v0.5.0
- Nested function pointers - [#155][i155] [#156][i156]
- Various enum fixes - [#159][i159] [#171][i171]
- Map `int arr[]` to `arr: UncheckedArray[cint]` - [#174][i174]
+ - Global variables including arrays and procs (since v0.5.4)
- `ast2` also includes an advanced expression parser that can reliably handle constructs typically seen with `#define` statements and enumeration values:
- Integers + integer like expressions (hex, octal, suffixes)