aboutsummaryrefslogtreecommitdiff
path: root/changelog.md
blob: 5772001aca61f8d8fab32822bcf6b7a94677d95e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## [Un-released]
### Added
* Inline functions.
* Can pass configuration parameters from the build description to the compiler.
* 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
### Fixed
### Deprecated
### Security

[Un-released]: https://github.com/LuxLang/lux/compare/0.6.5...HEAD