From 452518ebc330750807e7360b9828eff35a468c50 Mon Sep 17 00:00:00 2001 From: "Zhian N. Kamvar" Date: Tue, 29 Aug 2023 06:29:33 -0700 Subject: [PATCH] minor news update --- NEWS.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/NEWS.md b/NEWS.md index 86c33c5d..d3b5465b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,13 +1,16 @@ -# pegboard 0.6.0 (unreleased) +# pegboard 0.6.0 (2023-08-29) NEW FEATURES ------------ -- Overview pages are now able to be processed into `Lesson` objects. For Jekyll- - based lessons, the directory name must end with `-overview`, for sandpaper- - based lessons, the `config.yaml` file must contain the `overview: true` tag - (reported: @zkamvar, #118; fixed: @zkamvar, #132, reviewed by @klbarnes20). - These pages are indicated by the `$overview` field in the `Lesson` object. +- Workshop overview pages are now able to be processed into `Lesson` objects. + For Jekyll- based lessons, the directory name must end with `-workshop` (as + is the standard for workshop overview lessons without episodes), for + sandpaper- based lessons, the `config.yaml` file must contain the `overview: + true` tag (reported: @zkamvar, #118; fixed: @zkamvar, #132, reviewed by + @klbarnes20). These pages are indicated by the `$overview` field in the + `Lesson` object. For lessons that are not workshop overview lessons, nothing + will change. BUG FIX -------