CHANGELOG.md in plezi-0.10.12 vs CHANGELOG.md in plezi-0.10.13
- old
+ new
@@ -1,6 +1,24 @@
#Change Log
+Change log v.0.10.13
+
+**Fix**: The Placebo API was tested and an issue with the new Placebo class broadcast method was fixed.
+
+**Update**: Websocket code refactoring unified Placebo and Controller's API and bahavior.
+
+**Update**: Unicasting performance using Redis was improved by creating a different Redis channel for each process, so that the unicast is only sent to the process containing the receiver.
+
+this should mean that apps using unicasting can scale freely while apps using broadcasting need to address boradcasting considirations (broadcasting causes ALL the websocket connections - in ALL processes - to answer a broadcast, which raises scaling considirations).
+
+***
+
+Change log v.0.10.12
+
+**Placebo API**: The Placebo API was reviews and revamped slightly, to allow you a better experience and better error feedback.
+
+**Template**: The template's error pages were restyled with Plezi's new color scheme.
+
***
Change log v.0.10.12
**BIG Feature**: Run both your existing Rack app and plezi on he same GRHttp server - augment your app with all of Plezi's amasing features (two frameworks in one).
\ No newline at end of file