From fc2cd869759fc111de3727c1a78d72caacf87da7 Mon Sep 17 00:00:00 2001 From: Florian Zaruba Date: Fri, 10 Jan 2020 15:10:08 +0100 Subject: [PATCH] CHANGELOG: Fix `cdc_fifo_gray` entry to unreleased --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a437c11..74f3a502 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Fixed - Handle degenerated `onehot_to_bin` with `ONEHOT_WIDTH == 1` - Handle degenerated `id_queue` with `CAPACITY == 1` or `HT_CAPACITY == 1` +- Fix `cdc_fifo_gray` to be a safe clock domain crossing (CDC) ## 1.15.0 - 2019-12-09 ### Added @@ -16,7 +17,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Fixed - Handle degenerated `lzc` with `WIDTH == 1` -- Fix `cdc_fifo_gray` to be a safe clock domain crossing (CDC) ## 1.14.0 - 2019-10-08