Add changelog

This commit is contained in:
Denis Sokolov
2016-01-29 21:07:09 +02:00
parent 4ff8d4fcbe
commit e1ad243bee
+6
View File
@@ -0,0 +1,6 @@
# 2.0.0
Backwards compatibility breaking changes:
* `Run` class is now `final`. If you inherited from `Run`, please now instead use a custom `SystemFacade` injected into the `Run` constructor, or contribute your changes to our core.
* PHP < 5.5 support dropped.