aboutsummaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
authorEduardo Julian2022-03-11 05:52:21 -0400
committerEduardo Julian2022-03-11 05:52:21 -0400
commit6766be5427b1788a44e07151e3fabe33ec4f8b37 (patch)
tree8d8aa5c1d8fd4a9f733f82c48080284ecd4ec31a /changelog.md
parentac2c19d93407b00c89513f0f81e9cbbd1425bd9a (diff)
Added an easy way to export Lux functionality to host programs (everywhere else).
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index ddfd14d9a..5772001ac 100644
--- a/changelog.md
+++ b/changelog.md
@@ -7,6 +7,7 @@
* Code selection based on configuration parameters.
* Code selection based on compiler version.
* Extensible meta-compiler.
+* Export machinery to consume Lux code from host-language programs.
### Changed
* JVM compilation no longer relies on the ASM library.
### Removed