CHANGELOG.md in plezi-0.8.5 vs CHANGELOG.md in plezi-0.8.6
- old
+ new
@@ -1,8 +1,16 @@
#Change Log
***
+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.
+
+***
+
Change log v.0.8.5
**feature**: Plezi now includes a very simple Websocket Client (no support for cookies). It's used for testing the integrity of the Plezi Framework and could be used to test the Plezi apps.
**feature**: the Controller can now create easy urls for it's own paths, using the #url_for method. Works wonderfuly for simple routes (routes such as: '/path/to/restful/controller/(:id)/(:other)/(:simple)/(:options)').
\ No newline at end of file