CHANGELOG in roda-3.26.0 vs CHANGELOG in roda-3.27.0

- old
+ new

@@ -1,4 +1,12 @@ += 3.27.0 (2019-12-13) + +* Allow json_parser return correct result for invalid JSON if the params_capturing plugin is used (jeremyevans) (#180) + +* Add multibyte_string_matcher plugin for matching multibyte characters (jeremyevans) + +* Split roda.rb into separate files (janko) (#177) + = 3.26.0 (2019-11-18) * Combine multiple asset files with a newline when compiling them, avoiding corner cases with comments (ameuret) (#176) * Add asychronous streaming support to the streaming plugin (janko) (#175)