From bb5fbdcb147959fd0d52e59b19f3aa49f10dee2b Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Sat, 28 Mar 2015 18:31:28 +0100 Subject: [PATCH] Add incompatibilty warning to changelog Semantic versioning already implies incompatibility though --- CHANGES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 91ae928..d5bc463 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,7 @@ Poodinis Changelog ================== -**Version 2.0.0** +**Version 2.0.0** +This version introduces changes which might be incompatible with your current codebase * 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.