From 4fc5207b1e12d52b247de5f102c2ae9a8518ecc4 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Wed, 11 Jan 2023 11:23:23 +0100 Subject: [PATCH] Add deprecation info to changelog --- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 08b721bc2..5e24e528f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,6 +4,8 @@ List of major changes and improvements between releases Yosys 0.25 .. Yosys 0.25-dev -------------------------- + * Various + - GCC 4.8 is deprecated, compiler with full C++11 support is required. Yosys 0.24 .. Yosys 0.25 --------------------------