mirror of
https://github.com/mbierlee/poodinis.git
synced 2024-11-15 04:04:01 +01:00
Update changelog
This commit is contained in:
parent
f1d7529d03
commit
1d141b3bb8
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue