From 55461c3bf751a7f3961b543e6f2cfcd2e86ccb53 Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Wed, 10 Jun 2020 08:40:14 +0200 Subject: [PATCH] Update changelog with text from #199 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d7261970..b0b7fcd37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Changed +- Fix the input pin v2->v1 compatibility shim constructor, where `OldInputPin::new` + was incorrectly implemented for `v1::OutputPin` values. + ## [v0.2.3] - 2019-05-09