CHANGELOG in roda-3.28.0 vs CHANGELOG in roda-3.29.0

- old
+ new

@@ -1,4 +1,14 @@ += 3.29.0 (2020-02-14) + +* Remove specs and old release notes from the gem to reduce gem size by over 35% (jeremyevans) + +* Raise RodaError if trying to load a plugin that is not a module (jeremyevans) + +* Include SCRIPT_NAME when logging in common logger plugin (jeremyevans) + +* Handle invalid POST data when using the exception_page plugin (jeremyevans) + = 3.28.0 (2020-01-15) * Add session_created_at and session_updated_at methods to the sessions plugin (jeremyevans) * Make upgrading from rack session cookie in sessions plugin work with rack 2.0.8 (jeremyevans)