From 98b83156958fc1d9c24af58190c79ea05fa1c56e Mon Sep 17 00:00:00 2001 From: "Zhian N. Kamvar" Date: Tue, 31 May 2022 08:01:44 -0700 Subject: [PATCH] update NEWS --- NEWS.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index bdab3b51..b468a09a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,11 +1,16 @@ # varnish 0.1.14 -* lesson development stage support has been added (#39 by @zkamvar) +* indicators for lesson development stage (pre-alpha, alpha, beta) have been + added as `` elements with a link to the appropriate section in the CDH + and `title` elements that describe the purpose of the stage. Visually hidden + text follows the `` element for users who can not perceive the lesson + visually (#39 by @zkamvar, reviewed by @tobyhodges). * FIX: .lesson-title and .lesson-title-md are now inline-block elements # varnish 0.1.13 -* An alert for the workbench beta phase is implemented if the lesson has `workbench-beta: true` in the `config.yaml`. +* An alert for the workbench beta phase is implemented if the lesson has + `workbench-beta: true` in the `config.yaml`. # varnish 0.1.12