From 8af4b64435d2581bea8104be9683d348b723a984 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Thu, 16 Mar 2017 14:41:32 -0400 Subject: [PATCH] Release-notes cleanup. --- docs/about/release-notes.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/about/release-notes.md b/docs/about/release-notes.md index 1ecb81da..af7a5f56 100644 --- a/docs/about/release-notes.md +++ b/docs/about/release-notes.md @@ -34,9 +34,9 @@ The primary entry point for page templates has been changed from `base.html` to to override `main.html` and extend `base.html`. For version 0.16, `base.html` continued to work if no `main.html` template existed, but it raised a deprecation warning. In version 1.0, a build will fail if no `main.html` -template exists. +template exists. -##### Page Context +##### Context Variables Page specific variable names in the template context have been refactored as defined in [Custom Themes](../user-guide/custom-themes/#page). The @@ -66,8 +66,6 @@ user created and third-party templates: [page.previous_page]: ../user-guide/custom-themes/#pageprevious_page [page.next_page]: ../user-guide/custom-themes/#pagenext_page -##### Global Context - Additionally, a number of global variables have been altered and/or removed and user created and third-party templates should be updated as outlined below: