mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 16:57:35 +02:00
New 0.11.5 release
This commit is contained in:
parent
89d7fbea6b
commit
b257b33206
1 changed files with 14 additions and 0 deletions
14
_posts/2019-10-30-Released-Cyclone-Scheme-0.11.5.md
Normal file
14
_posts/2019-10-30-Released-Cyclone-Scheme-0.11.5.md
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
---
|
||||||
|
layout: post
|
||||||
|
title: Released Cyclone Scheme 0.11.5
|
||||||
|
excerpt: As of this release, LibTomMath is bundled with Cyclone and no longer a separate dependency.
|
||||||
|
---
|
||||||
|
|
||||||
|
Features
|
||||||
|
|
||||||
|
- Added support for LibTomMath 1.2.0 and integrated that library into our source tree to avoid users having to install the library as a separate dependency.
|
||||||
|
- Added the `-no-call-history` flag to potentially allow for faster executables at the expense of call history.
|
||||||
|
|
||||||
|
Bug Fixes
|
||||||
|
|
||||||
|
- Fix `read-u8`, `peek-u8`, and `write-u8` to work with integers (bytes) instead of characters.
|
Loading…
Add table
Reference in a new issue