CHANGELOG.md in plezi-0.12.0 vs CHANGELOG.md in plezi-0.12.1

- old
+ new

@@ -1,9 +1,19 @@ #Change Log *** -Change log v.0.12.0 - API changes (throwing out dead code) +Change log v.0.12.1 + +**Fix**: fixed an issue with the app template, where a typo (an extra comma sign ',') caused the `host` command to fail. + +**API**: The `host` method can now be used without a host name (only passing a Hash), automatically falling back to the default host. + +**Update**: Plezi version number now displays as the server starts running. + +*** + +Change log v.0.12.0 - API changes (throwing out dead code and many more changes) **Feature** The `Controller.failed_unicast(target, method, arguments_array)` callback is here, allowing you to write a class level callback that will be called if `unicast` fails to find it's target (i.e. if the Websocket connection was already closed or the hosting server shutdown). \* the lack of this callback being called does NOT imply that the unicast was processed without errors, it's only called if the target itself wasn't found (the connection already recognized as closed). Errors can occure within the method originally called by `unicast` when the target was found but the connection was dropped while processing was underway. The `failed_unicast` callback, together with error handling in the original method (i.e. `response << "message"` returning `nil`) should cover any reasonable scenario. \ No newline at end of file