CHANGELOG.md in plezi-0.14.4 vs CHANGELOG.md in plezi-0.14.5

- old
+ new

@@ -1,8 +1,20 @@ #Change Log *** +Change log v.0.14.5 + +**Fix**: Fixed Plezi client issues related to the code beautifier moving things around. + +**Fix**: Fixed a possible issue with unicasting (sending a message to a specific connection). + +**Styling**: styling updated and some indentation fixed with the help of Rubocop. + +**Misc**: minor refactoring of our message dispatch logic and other minor prevents temporary empty arrays from being created when possible. + +*** + Change log v.0.14.4 **Fix**: fixed an issue were scaling using `fork` or server workers would break the automatic scaling feature. The issue was caused by the pub/Sub channel ID of the new processes being identical to the origin process. Credit to Vladimir Dementyev (@palkan) for exposing this issue. This did not seem to effect applications that scaled up with independent processes / machines, such as applications that scaled up using "dynos" on Heroku. ***