mirror of
https://github.com/bspeice/qadapt
synced 2024-11-13 01:28:08 -05:00
17 lines
405 B
Markdown
17 lines
405 B
Markdown
# Version 1.0.1 (2019-01-01)
|
|
|
|
- Use the system allocator and remove libc dependency
|
|
|
|
# Version 1.0.0 (2018-12-15)
|
|
|
|
- Now working on Stable because of the Rust 1.31 release (and `const fn`)
|
|
- Documentation added
|
|
|
|
# Version 0.7.0 (2018-12-03)
|
|
|
|
- Fix conditional compilation flags never stripping QADAPT code
|
|
|
|
# Version 0.6.0 (2018-11-17)
|
|
|
|
- Fixed exit early bugs when closures contained `return` statements
|