aboutsummaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
authorEduardo Julian2022-03-16 04:22:45 -0400
committerEduardo Julian2022-03-16 04:22:45 -0400
commitd710d9f4fc098e7c243c8a5f23cd42683f13e07f (patch)
treee48633e5f21df572fbb133855e77f5c1adfd40fb /changelog.md
parentb0093a3849baaeb5e12692b2cf6ac65ba74bbd54 (diff)
Generalized/type-agnostic arithmetic.
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 5772001ac..df0d1be90 100644
--- a/changelog.md
+++ b/changelog.md
@@ -8,8 +8,10 @@
* Code selection based on compiler version.
* Extensible meta-compiler.
* Export machinery to consume Lux code from host-language programs.
+* Generalized/type-agnostic arithmetic.
### Changed
* JVM compilation no longer relies on the ASM library.
+* Friendlier syntax.
### Removed
### Fixed
### Deprecated