From b4691f8cdd5f3f8f877ea0f6b3b2698992e8111c Mon Sep 17 00:00:00 2001 From: Eric Newport Date: Sun, 24 Jul 2022 10:28:59 -0400 Subject: [PATCH] Update CHANGELOG.md closes #1132 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4708e1d..2fd84504 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,7 @@ - Added `roosevelt-router` feature to improve support for writing isomorphic code for SPAs. - Added `isomorphicControllers` config option that will permit Roosevelt to make a list of all your controller files that can be used client-side as well so they can be auto-loaded client-side too. - Altered `clientViews` such that the template list will lack file extensions if the file extension of the template matches the default view engine's file extension. +- Breaking: Default `clientViews` output bundle changed from bundle.js to views.js. - Fixed confusing console warning. - HTML validator frontend scripts moved to ``. - Various dependencies updated.