Skip to content

Commit

Permalink
Update CHANGELOG for 0.3.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioBenitez committed Apr 29, 2018
1 parent 6a31cb5 commit 3aefe4f
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# Version 0.3.9 (Apr 26, 2018)

## Core

* Core was updated for `2018-04-26` nightly.
* Minimum required `rustc` is `1.27.0-nightly 2018-04-26`.
* Managed state retrieval cost was reduced to an unsynchronized `HashMap`
lookup.

## Codegen

* Codegen was updated for `2018-04-26` nightly.
* Minimum required `rustc` is `1.27.0-nightly 2018-04-26`.

## Contrib

* A 512-byte buffer is preallocated when deserializing JSON, improving
performance.

## Docs

* Fixed various typos in rustdocs and guide.

# Version 0.3.8 (Apr 07, 2018)

## Codegen
Expand Down

0 comments on commit 3aefe4f

Please sign in to comment.