From 1d141b3bb8aec9ab969f879c43580825667bdff0 Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Mon, 27 Jun 2016 21:24:38 +0200 Subject: [PATCH] Update changelog --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 1dc72b9..7ef0045 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ Poodinis Changelog ================== +**Version 6.3.0** +* CHANGE registration and resolve options to be supplied using bit flags instead. (Thanks to tmccombs) +* DEPRECATE all other forms of supplying registration and resolve options (by array or variadics) + **Version 6.2.0** * ADD ability to mark autowire dependencies as optional. When you use UDA @OptionalDependency, a type which fails to autowire will remain null (or an empty array). No ResolveException is thrown.