From c67a857b160782c0f8f313a4ed71a44249d87a9a Mon Sep 17 00:00:00 2001 From: Colt Frederickson Date: Mon, 9 Mar 2020 13:40:54 -0600 Subject: [PATCH] Update changelog for rand-chacha 0.2.2 --- rand_chacha/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rand_chacha/CHANGELOG.md b/rand_chacha/CHANGELOG.md index 80007f531bd..1273895aff4 100644 --- a/rand_chacha/CHANGELOG.md +++ b/rand_chacha/CHANGELOG.md @@ -4,8 +4,9 @@ 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.2.2] - 2020-01-20 +## [0.2.2] - 2020-03-09 - Integrate `c2-chacha`, reducing dependency count (#931) +- Add CryptoRng to ChaChaXCore (#944) ## [0.2.1] - 2019-07-22 - Force enable the `simd` feature of `c2-chacha` (#845)