php-shell/CHANGELOG.md

11 lines
288 B
Markdown
Raw Normal View History

2017-01-23 23:49:13 +00:00
Changelog and Upgrade Instructions
==================================
## 0.2.x to 0.3.x
Major changes:
* The `Shell::EV_*` constants have been renamed to `Shell::EVT_*`.
* The `configure` method has been removed.
* Events are now dispatched using the *NoccyLabs/TinyEvent* library.