aboutsummaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
authorEduardo Julian2022-03-09 03:35:16 -0400
committerEduardo Julian2022-03-09 03:35:16 -0400
commitac2c19d93407b00c89513f0f81e9cbbd1425bd9a (patch)
tree1d46f3ed935ed84ab557c58f723ff0e3d24d6806 /changelog.md
parentbf0562d72b7d42be2b378a7f312fe48ac1f4284c (diff)
Added an easy way to export Lux functionality to host programs (in JVM).
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/changelog.md b/changelog.md
index 688793326..ddfd14d9a 100644
--- a/changelog.md
+++ b/changelog.md
@@ -4,9 +4,11 @@
### Added
* Inline functions.
* Can pass configuration parameters from the build description to the compiler.
-* Can select code based on configuration parameters.
-* Can select code based on compiler version.
+* Code selection based on configuration parameters.
+* Code selection based on compiler version.
+* Extensible meta-compiler.
### Changed
+* JVM compilation no longer relies on the ASM library.
### Removed
### Fixed
### Deprecated