mirror of
https://github.com/mbierlee/poodinis.git
synced 2024-11-15 04:04:01 +01:00
D 2.067.0 is not an absolute minimum requirement anymore
But it is still recommended to use 2.067.0
This commit is contained in:
parent
a7f51ae7a1
commit
e429e81734
|
@ -1,7 +1,6 @@
|
||||||
Poodinis Changelog
|
Poodinis Changelog
|
||||||
==================
|
==================
|
||||||
**Version 2.0.0**
|
**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.
|
* 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.
|
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.
|
You don't have to change anything if you were only using the singleton dependency container.
|
||||||
|
|
Loading…
Reference in a new issue