aboutsummaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
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