Add incompatibilty warning to changelog

Semantic versioning already implies incompatibility though
This commit is contained in:
Mike Bierlee 2015-03-28 18:31:28 +01:00
parent e429e81734
commit bb5fbdcb14

View file

@ -1,6 +1,7 @@
Poodinis Changelog Poodinis Changelog
================== ==================
**Version 2.0.0** **Version 2.0.0**
This version introduces changes which might be incompatible with your current codebase
* 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.