CHANGELOG.md in plezi-0.10.10 vs CHANGELOG.md in plezi-0.10.11
- old
+ new
@@ -1,8 +1,20 @@
#Change Log
***
+Change log v.0.10.11
+
+**Feature**: added the mini-app template, for quick websocket oriented apps that are meant to be attached to other frameworks (use `$ plezi mini appname` or `$ plezi m appname`).
+
+**Feature**: allow Regexp hosts in the `listen` and `host` methods.
+
+**Fix**: An error in the chache system was introduced when performing slight performance enhancements (two variable names were switched). The issue is now fixed.
+
+**Fix**: Correctly handle multiple `listen` calls with the same port number.
+
+***
+
Change log v.0.10.10
**Fix**: Autopinging wasn't senf doe to a typo (`unless` instead of `if`).. this is now fixed. Autopinging will keep your Websocket connections alive.
***
\ No newline at end of file