CHANGELOG.md in plezi-0.12.19 vs CHANGELOG.md in plezi-0.12.20
- old
+ new
@@ -1,9 +1,19 @@
#Change Log
***
+Change log v.0.12.20
+
+**Fix (Client)**: The onopen callback is now called (the issue was related to a typo in the name of the onopen callback).
+
+**Updates**: Auto-Dispatch Client - logging is now easier with the `log_events` property (set to `true` to log all events).
+
+***
+
Change log v.0.12.19
+
+**Fix**: The Controller's `close` method went missing... It's back. Closing the Websocket/Http connections was never easier with the `close` method available straight from the controller.
**Updates**: Auto-Dispatch updates:
* Updated the Auto-Dispatch API conventions, so that the client and the server conventions are the same (both map events to methods with the same name (without the `on` prefix) and map unknown events to the `unknown` callback).
\ No newline at end of file