From d1894b3c7c55854ef78a679023cf0c12a3261d52 Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Mon, 13 Mar 2023 22:13:54 +0300 Subject: [PATCH] Adjust changelog --- CHANGES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index bfc3c77..0fb9e6b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,11 @@ # Poodinis Changelog +**Version 9.0.0** +This version is only compatible with DMD 2.086.1 or higher (compatible) compilers. + +- FIX compilation issue for older DMD compilers. +- CHANGE baseline DMD version to 2.086.1. Older simply didn't compiler proper anymore. + **Version 8.2.0** (13-03-2023) - FIX some dlang deprecation warnings (#43). Some remain due to further issues in dlang/phobos.