mirror of
https://github.com/mbierlee/poodinis.git
synced 2024-11-15 12:14:01 +01:00
Prepare development of version 2.0.0
This commit is contained in:
parent
09695e9770
commit
1ea60f12ec
|
@ -1,5 +1,11 @@
|
||||||
Poodinis Changelog
|
Poodinis Changelog
|
||||||
==================
|
==================
|
||||||
|
**Version 2.0.0**
|
||||||
|
This release requires a compiler compatible with D 2.067.0
|
||||||
|
* CHANGE dependency container to be synchronized. Sharing a dependency container between threads is now possible.
|
||||||
|
The implication is that all dependency container instances must be shared now.
|
||||||
|
You don't have to change anything if you were only using the singleton dependency container.
|
||||||
|
|
||||||
**Version 1.0.0**
|
**Version 1.0.0**
|
||||||
This version introduces changes which are incompatible with previous versions
|
This version introduces changes which are incompatible with previous versions
|
||||||
* REMOVE deprecated autowire constructor
|
* REMOVE deprecated autowire constructor
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Poodinis Dependency Injection Framework
|
Poodinis Dependency Injection Framework
|
||||||
=======================================
|
=======================================
|
||||||
Version 1.0.0
|
Version 2.0.0
|
||||||
Copyright 2014-2015 Mike Bierlee
|
Copyright 2014-2015 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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue