mirror of
https://github.com/mbierlee/poodinis.git
synced 2025-01-18 21:40:38 +01:00
Prepare release 8.1.0-beta
This commit is contained in:
parent
7a26dd12e0
commit
788b72d20d
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
Poodinis Changelog
|
||||
==================
|
||||
**Version 8.1.0-beta**
|
||||
* ADD ability to provide custom instance creator when registering a dependency (PR #28)
|
||||
* ADD post-instance-consruction callback (PR #28)
|
||||
|
||||
**Version 8.0.3**
|
||||
* FIX struct types being injected into constructors (Fixes issue #25)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Poodinis Dependency Injection Framework
|
||||
=======================================
|
||||
Version 8.0.3
|
||||
Version 8.1.0-beta
|
||||
Copyright 2014-2020 Mike Bierlee
|
||||
Licensed under the terms of the MIT license - See [LICENSE.txt](LICENSE.txt)
|
||||
|
||||
|
|
Loading…
Reference in a new issue