CHANGELOG in roda-3.12.0 vs CHANGELOG in roda-3.13.0

- old
+ new

@@ -1,4 +1,12 @@ += 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) + +* Make common_logger plugin handle raised errors (jeremyevans) + = 3.12.0 (2018-09-14) * Add common_logger plugin for common log support (jeremyevans) = 3.11.0 (2018-08-15)