CHANGELOG.md in plezi-0.8.6 vs CHANGELOG.md in plezi-0.8.7

- old
+ new

@@ -1,8 +1,18 @@ #Change Log *** +Change log v.0.8.7 + +**minor performance**: streamlined the ping/pong Websocket process. + +**fix**: fixed an issue with the auto-utilization of the I18n gem, where one request could set the locale for all subsequent requests that are processed by the same thread. + +**deprecation warning**: The current code for default error pages will be changed in version 0.9.0, so that default error pages will follow a different naming convention and would be searched for in a different location. The updated design will be part of the updated `plezi` helper script. Please review your code before upgrading to the 0.9.0 version. + +*** + Change log v.0.8.6 **fix**: fixed an issue with the plezi helper script that prevented the script from starting the Plezi app or Plezi console. **feature**: Unicasting allows you to target a specific Websocket connection using a unique identifier (UUID). Use the controllers `#unicast(target_uuid, mathod_name, *args) to target a specific client. Automatically uses Radis, if Radis is set up, to unicast across processes. \ No newline at end of file