From d1bbceaab4e81ef0a1f12aa9623e827d37eaa286 Mon Sep 17 00:00:00 2001 From: Mathias Gottschlag Date: Fri, 1 Oct 2021 08:50:18 +0200 Subject: [PATCH] Add changelog entry about PIO changes.. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e254d28..bcbcf8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - implement `rng_core::RngCore` for `RingOscillator` +### Changed +- Modified PIO API for better ergonomics + ## [0.3.0] - 2021-09-20 ### Added