Skip to content

Commit

Permalink
Update changelog to add private field autowiring
Browse files Browse the repository at this point in the history
Conflicts:
	CHANGES.md
  • Loading branch information
Mike Bierlee committed Feb 9, 2016
1 parent f1e7b28 commit a8f4558
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Poodinis Changelog
* DEPRECATE supplying register()'s registration options as variadic arguments. Use register(SuperType, ConcreteType)(RegistrationOption[]) instead.
* ADD resolve options to container resolve()
* ADD ability to register a type while resolving it. Use resolve option registerBeforeResolving
* ADD ability to autowire private fields (Thanks to Extrawurst)
* FIX registration of application contexts with non-public members

**Version 6.0.0**
Expand Down

0 comments on commit a8f4558

Please sign in to comment.