CHANGELOG in roda-3.39.0 vs CHANGELOG in roda-3.40.0

- old
+ new

@@ -1,4 +1,16 @@ += 3.40.0 (2021-01-14) + +* Add freeze_template_caches! to the precompile_templates plugin, which ensures all templates are precompiled, and speeds up template access (jeremyevans) + +* Add precompile_views to the precompile_templates plugin, which precompiles the optimized render methods (jeremyevans) + +* Have RodaCache#freeze return the frozen internal hash (which no longer needs a mutex for thread-safety) (jeremyevans) + +* Speed up the view method in the render plugin even more when freezing the application (jeremyevans) + +* Speed up the view method in the render plugin when called with a single argument (jeremyevans) + = 3.39.0 (2020-12-15) * Speed up relative_path plugin if relative_path or relative_prefix is called more than once (jeremyevans) * Avoid method redefinition warnings in verbose warning mode (jeremyevans)