CHANGELOG in roda-3.31.0 vs CHANGELOG in roda-3.32.0

- old
+ new

@@ -1,4 +1,14 @@ += 3.32.0 (2020-05-15) + +* Make :dependencies option in assets plugin work correctly with render plugin template caching (jeremyevans) (#191) + +* Support render method :dependencies option for specifying which files to check for modification (jgarth, jeremyevans) (#192) + +* Add each_partial to the partials plugin for rendering a partial for each element in an enumerable (jeremyevans) + +* Make render_each in render_each plugin handle template names with directories and extensions (jeremyevans) + = 3.31.0 (2020-04-15) * Add :relative option to path method in path plugin, for generating a method returning relative paths (jeremyevans) * Add relative_path plugin, for turning absolute paths to paths relative to the current request (jeremyevans)