From 2c28096d77ac022ea1572080a8419b2a1317d232 Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Sat, 3 Sep 2016 18:58:09 +0200 Subject: [PATCH] Add breakage warning to changelog --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index db05c47..7bcd042 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,7 @@ Poodinis Changelog ================== **Version 7.0.0** +This version introduces changes which might be incompatible with your current codebase * ADD constructor injection. Injection is done automatically on resolve. See tutorial and examples for more details. * REMOVE deprecated registration options. They are still available in properly cased forms. * REMOVE deprecated register() and resolve() methods which accept variadics and arrays for options.