Prepare release 8.1.0-beta

This commit is contained in:
Mike Bierlee 2020-03-18 21:33:56 +03:00
parent 7a26dd12e0
commit 788b72d20d
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
Poodinis Changelog 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** **Version 8.0.3**
* FIX struct types being injected into constructors (Fixes issue #25) * FIX struct types being injected into constructors (Fixes issue #25)

View file

@ -1,6 +1,6 @@
Poodinis Dependency Injection Framework Poodinis Dependency Injection Framework
======================================= =======================================
Version 8.0.3 Version 8.1.0-beta
Copyright 2014-2020 Mike Bierlee Copyright 2014-2020 Mike Bierlee
Licensed under the terms of the MIT license - See [LICENSE.txt](LICENSE.txt) Licensed under the terms of the MIT license - See [LICENSE.txt](LICENSE.txt)