From 8637150a6b30c5daad4aa46dd275f49960b1a5a2 Mon Sep 17 00:00:00 2001 From: Jack Morgan Date: Wed, 17 Nov 2021 13:29:51 +1300 Subject: [PATCH] Update changelog for 6.4.0 --- docs/changelog.rst | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 2af443973..4f92c2dbc 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -23,6 +23,31 @@ All notable changes to this project will be documented in this file. fit the Semantic Versioning model. However these version numbers can still provide a good indication of the changes in each version. +6.4.0 +============================================================================== + +**Release date:** 17th November 2021 + +**Changelog:** + +- Add 'Online Courses (MOOCs)' area of the website: + - Added first course with links to supporting resources. + - Update notice on homepage to link to new course. +- Add new Classic CS Unplugged logo. +- Fix grammar in several lessons. +- Expand 'BST' acronym in learning outcomes. +- Add Django system check to required checks in testing and deployment pipeline. +- Set Traefik redirect middleware to have a unique name. +- Dependency updates: + - Update autoprefixer from 10.3.6 to 10.3.7. + - Update codemirror from 5.63.1 to 5.63.3. + - Update postcss 8.3.8 to 8.3.9. + - Update sass 1.42.1 to 1.43.1. + - Update django from 3.2.7 to 3.2.8. + - Update PyYAML from 5.4 to 6.0. + - Update flake8 from 3.9.2 to 4.0.1. + - Update coverage from 5.5 to 6.0.2. + 6.3.0 ==============================================================================