CHANGELOG in roda-3.13.0 vs CHANGELOG in roda-3.14.0
- old
+ new
@@ -1,4 +1,10 @@
+= 3.14.0 (2018-11-16)
+
+* Add :raise option to convert!/convert_each! in the typecast_params plugin to support not raising for missing keys (celsworth) (#153)
+
+* Do not persist convert!/convert_each! :symbolize setting in the typecast_params plugin (jeremyevans)
+
= 3.13.0 (2018-10-12)
* Make Stream#write in streaming plugin return number of bytes written instead of self, so it works with IO.copy_stream (jeremyevans)
* Add exception_page plugin for showing a page with debugging information for a given exception (jeremyevans)