Skip to content

Commit

Permalink
Add changelog notes for rand_pcg version 0.1.2 release
Browse files Browse the repository at this point in the history
This should likely wait on bincode to automatically enable i128 support
  • Loading branch information
dhardy committed Jan 3, 2019
1 parent 59f0b2f commit 2448457
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rand_pcg/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.2] - unreleased
- potential blocker: https://github.com/TyOverby/bincode/issues/250
- make `bincode` a dev-dependency again
- clean up tests and Serde support

## [0.1.1] - 2018-10-04
- make `bincode` an explicit dependency when using Serde

Expand Down

0 comments on commit 2448457

Please sign in to comment.