CHANGELOG.md in plezi-0.7.4 vs CHANGELOG.md in plezi-0.7.5
- old
+ new
@@ -1,8 +1,14 @@
#Change Log
***
+Change log v.0.7.5
+
+**fix**: fixed an issue where form data might not be decoded correctly, resulting in remainin '+' signs that weren't properly converted to spaces.
+
+***
+
Change log v.0.7.4
**change/fix**: it seems that behavior is more predictable when routes macgic parameters are non-persistent between routes. The old behavior (persistent parameters) is now limited to re-write routes.
**fix**: an error was introduced when using paramd\[:id] with a Fixnum. This was caused by the router attempting to search for a method by that name before using the parameter as an :id. This is now fixed by temporarily converting the Fixnum to a string before the required converstion to a symbol.
\ No newline at end of file