From a7a1f44dd4284de5330687a30e629a7ef51aef0a Mon Sep 17 00:00:00 2001 From: allejo Date: Sat, 29 Apr 2017 00:22:04 -0700 Subject: [PATCH] Final update to CHANGELOG for 0.1.1 release [ci skip] --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17fbe574..abb4d26c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## HEAD +## 0.1.1 "Eccentric Wallaby" **New** @@ -31,6 +31,7 @@ - Using `watch` will now compile changes to parent templates now - Line numbers shown in Twig errors have been corrected to be accurate - Assets are now copied correctly during the `watch` process; a notice of an undefined index of 'prefix' has been silenced +- PageViews accessing either `data` or `collections` directly are now recompiled when the respective content is updated ([#16](https://github.com/stakx-io/stakx/issues/16)) **Development**