CHANGELOG.md in plezi-0.14.1 vs CHANGELOG.md in plezi-0.14.2
- old
+ new
@@ -1,8 +1,16 @@
#Change Log
***
+Change log v.0.14.2
+
+**Dependencies**: updates to dependency version requirements.
+
+**Performance**: minor performance updates, i.e.: in the router, moved a `case` statement from the live (app is running) stage to the prep (app is initializing) stage and saved the `call` method extraction result for faster middleware mode performance.
+
+***
+
Change log v.0.14.1
**Update**: update due to Iodine's 0.2.1 version and the deprecation of the `uuid` method (replaced by `conn_id` to minimize collisions).
***