From e429e8173416415d2452a5fc03917ba3ac8b62b0 Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Sat, 28 Mar 2015 18:20:25 +0100 Subject: [PATCH] D 2.067.0 is not an absolute minimum requirement anymore But it is still recommended to use 2.067.0 --- CHANGES.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 2b6d3cb..91ae928 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,6 @@ Poodinis Changelog ================== -**Version 2.0.0** -This release requires a compiler compatible with D 2.067.0 +**Version 2.0.0** * CHANGE dependency container to be synchronized. Sharing a dependency container between threads is now possible. The implication is that all dependency container instances must be shared now. You don't have to change anything if you were only using the singleton dependency container.