From f333e2ca3132d423c34130249faafb53101c0e29 Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Sat, 21 Mar 2015 15:15:53 +0100 Subject: [PATCH] Add v1.0.0 changelog --- CHANGES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 80b6929..aea59c4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,12 @@ Poodinis Changelog ================== **Version 1.0.0** This version introduces changes which are incompatible with previous versions +* REMOVE deprecated autowire constructor +* REMOVE deprecated container alias +* ADD documentation for public API +* REMOVE @Autowired UDA. Use @Autowire instead. +* ADD quickstart from readme to compilable example project. +* ADD example project for the use of qualifiers **Version 0.3.1** * FIX issue where autowiring members which are declared by interface or supertype would get autowired incorrectly.