From 14ef5fb3a1c3e1028747137b7247f5365253d96b Mon Sep 17 00:00:00 2001 From: Jack Morgan Date: Sun, 3 Sep 2017 16:43:42 +1200 Subject: [PATCH 1/8] Fix broken links to NCEA curriculum guides (fixes #483) Thanks to @microlith57 for spotting this error. --- .../curriculum-guides/ncea/level-1/index.md | 10 +++---- .../curriculum-guides/ncea/level-2/index.md | 28 +++++++++---------- .../curriculum-guides/ncea/level-3/index.md | 6 ++-- text/en/further-information/releases.md | 6 ++-- 4 files changed, 25 insertions(+), 25 deletions(-) diff --git a/text/en/curriculum-guides/ncea/level-1/index.md b/text/en/curriculum-guides/ncea/level-1/index.md index e4d9ac21ed..d271223dad 100644 --- a/text/en/curriculum-guides/ncea/level-1/index.md +++ b/text/en/curriculum-guides/ncea/level-1/index.md @@ -2,7 +2,7 @@ 1.44 covers three topics: Algorithms, Programming Languages, and Human Computer Interaction. For Merit and Excellence, we provide separate guides for each topic. For Achieved, all the topics are in a single document, and a writing frame with a recommended layout and some useful sentence starters is also provided. -- [Level 1 Introduction](curriculum-guides/ncea/assessment-guide-level-1-introduction.html) +- [Level 1 Introduction](curriculum-guides/ncea/level-1/introduction.html) - [Guide for Achieved in 1.44](files/Achievement-project-for-AS91074.pdf) - This guide contains a checklist at the end which students can use to check off things as they do them, and to ensure they do not miss anything. - [Writing Frame](files/Writing-Frame-for-AS91074-Achieved.pdf) @@ -10,13 +10,13 @@ The following guides are for students who are aiming for Merit or Excellence. -- [Algorithms - Searching (Merit/Excellence)](curriculum-guides/ncea/assessment-guide-level-1-searching-algorithms.html) -- [Algorithms - Sorting (Merit/Excellence)](curriculum-guides/ncea/assessment-guide-level-1-sorting-algorithms.html) +- [Algorithms - Searching (Merit/Excellence)](curriculum-guides/ncea/level-1/searching-algorithms.html) +- [Algorithms - Sorting (Merit/Excellence)](curriculum-guides/ncea/level-1/sorting-algorithms.html) ## Programming Languages -- [Programming Languages (Merit/Excellence)](curriculum-guides/ncea/assessment-guide-level-1-programming-languages.html) +- [Programming Languages (Merit/Excellence)](curriculum-guides/ncea/level-1/programming-languages.html) ## Human Computer Interaction -- [Human Computer Interaction (Merit/Excellence)](curriculum-guides/ncea/assessment-guide-level-1-human-computer-interaction.html) +- [Human Computer Interaction (Merit/Excellence)](curriculum-guides/ncea/level-1/human-computer-interaction.html) diff --git a/text/en/curriculum-guides/ncea/level-2/index.md b/text/en/curriculum-guides/ncea/level-2/index.md index 1d5fed528c..b0309fb77e 100644 --- a/text/en/curriculum-guides/ncea/level-2/index.md +++ b/text/en/curriculum-guides/ncea/level-2/index.md @@ -1,6 +1,6 @@ # AS91371 (2.44) -- [Level 2 Introduction](curriculum-guides/ncea/assessment-guide-level-2-introduction.html) +- [Level 2 Introduction](curriculum-guides/ncea/level-2/introduction.html) For 2.44, students will need to do **one** project on data representation (each data representation guide contains two data types), **three** projects for encoding, and **one** project for human computer interaction. They must do one encoding project for each of the three encoding areas - compression, error control coding, and encryption. @@ -13,15 +13,15 @@ Note that Merit/Excellence for this standard requires time, commitment and a wil For Achieved, students will only need to choose 1 guide. The guides cover 2 data representation topics, fully covering the requirements for data representation at Achieved. -- [Representing Data - Representing numbers and text with bits (Achieved)](curriculum-guides/ncea/assessment-guide-level-2-achieved-representing-data.html) +- [Representing Data - Representing numbers and text with bits (Achieved)](curriculum-guides/ncea/level-2/achieved-representing-data.html) **Merit/Excellence Guides** For Merit/Excellence, students will need to choose 2 guides. Each guide covers 1 different data representation topic. -- [Representing Text - Unicode (Merit/Excellence)](curriculum-guides/ncea/assessment-guide-level-2-excellence-data-representation-text.html) -- [Representing Numbers - Two's Complement (Merit/Excellence)](curriculum-guides/ncea/assessment-guide-level-2-excellence-data-representation-numbers.html) -- [Representing Colour - Various colour depths (Merit/Excellence)](curriculum-guides/ncea/assessment-guide-level-2-excellence-data-representation-colour.html) +- [Representing Text - Unicode (Merit/Excellence)](curriculum-guides/ncea/level-2/excellence-data-representation-text.html) +- [Representing Numbers - Two's Complement (Merit/Excellence)](curriculum-guides/ncea/level-2/excellence-data-representation-numbers.html) +- [Representing Colour - Various colour depths (Merit/Excellence)](curriculum-guides/ncea/level-2/excellence-data-representation-colour.html) ## Encoding @@ -35,32 +35,32 @@ Note that we are currently updating Merit/Excellence guides to better match the **Achieved Guides** -- [Encoding - Error Control Coding with check sums (Achieved)](curriculum-guides/ncea/assessment-guide-level-2-achieved-error-control-check-sums.html) -- [Encoding - Error Control Coding with parity (Achieved)](curriculum-guides/ncea/assessment-guide-level-2-achieved-error-control-parity.html) +- [Encoding - Error Control Coding with check sums (Achieved)](curriculum-guides/ncea/level-2/achieved-error-control-check-sums.html) +- [Encoding - Error Control Coding with parity (Achieved)](curriculum-guides/ncea/level-2/achieved-error-control-parity.html) **Merit/Excellence Guides** -Not yet released - check back in early 2016. +No Merit/Excellence guides currently available. ### Compression **Achieved Guides** -- [Encoding - Compression with Run Length Encoding (Achieved) ](curriculum-guides/ncea/assessment-guide-level-2-achieved-compression-run-length-encoding.html) +- [Encoding - Compression with Run Length Encoding (Achieved) ](curriculum-guides/ncea/level-2/achieved-compression-run-length-encoding.html) **Merit/Excellence Guides** -Not yet released - check back in early 2016. +No Merit/Excellence guides currently available. ### Encryption **Achieved Guides** -- [Encoding - Encryption with Caesar Cipher (Achieved)](curriculum-guides/ncea/assessment-guide-level-2-achieved-encryption-caesar-cipher.html) +- [Encoding - Encryption with Caesar Cipher (Achieved)](curriculum-guides/ncea/level-2/achieved-encryption-caesar-cipher.html) **Merit/Excellence Guides** -Not yet released - check back check back in early 2016. +No Merit/Excellence guides currently available. ## Human Computer Interaction @@ -68,8 +68,8 @@ Students will need to pick **one** project from here. Which they pick will depen **Achieved Guides** -- For Achieved: [Human Computer Interaction - identifying heuristic violations in every day life (Achieved)](curriculum-guides/ncea/assessment-guide-level-2-achieved-human-computer-interaction.html) +- For Achieved: [Human Computer Interaction - identifying heuristic violations in every day life (Achieved)](curriculum-guides/ncea/level-2/achieved-human-computer-interaction.html) **Merit/Excellence Guides** -- For Merit/Excellence: [Human Computer Interaction - evaluating an interface with heuristics (Merit/Excellence) ](curriculum-guides/ncea/assessment-guide-level-2-full-human-computer-interaction.html) +- For Merit/Excellence: [Human Computer Interaction - evaluating an interface with heuristics (Merit/Excellence) ](curriculum-guides/ncea/level-2/full-human-computer-interaction.html) diff --git a/text/en/curriculum-guides/ncea/level-3/index.md b/text/en/curriculum-guides/ncea/level-3/index.md index 803fae3c66..14390a819a 100644 --- a/text/en/curriculum-guides/ncea/level-3/index.md +++ b/text/en/curriculum-guides/ncea/level-3/index.md @@ -8,7 +8,7 @@ The following guides are currently available for AS91636. ## Complexity and Tractability -- [The Traveling Crayfisher](curriculum-guides/ncea/assessment-guide-level-3-complexity-tractability-TSP.html) +- [The Traveling Crayfisher](curriculum-guides/ncea/level-3/complexity-tractability-TSP.html) ## Computer Graphics @@ -20,7 +20,7 @@ No assessment guides are currently available for computer vision. ## Formal Languages -- [Formal Languages](curriculum-guides/ncea/assessment-guide-level-3-formal-languages-FSA-RE.html) +- [Formal Languages](curriculum-guides/ncea/level-3/formal-languages-FSA-RE.html) ## Network Communication Protocols @@ -28,4 +28,4 @@ No assessment guides are currently available for network communication protocols ## Software Engineering -- [Software Methodologies](curriculum-guides/ncea/assessment-guide-level-3-software-engineering-methodologies.html) +- [Software Methodologies](curriculum-guides/ncea/level-3/software-engineering-methodologies.html) diff --git a/text/en/further-information/releases.md b/text/en/further-information/releases.md index 54acb05ae4..0078e7dd59 100644 --- a/text/en/further-information/releases.md +++ b/text/en/further-information/releases.md @@ -229,9 +229,9 @@ A full list of changes in this version is [available on GitHub](https://github.c **Notable changes:** - The Data Representation chapter has been rewritten and reorganised to be easier to follow, and three NCEA assessment guides have been written for students aiming for merit/excellence: - - [Numbers (Two's Complement)](curriculum-guides/ncea/assessment-guide-level-2-excellence-data-representation-numbers.html) - - [Text (Unicode)](curriculum-guides/ncea/assessment-guide-level-2-excellence-data-representation-text.html) - - [Colours (Various bit depths)](curriculum-guides/ncea/assessment-guide-level-2-excellence-data-representation-colour.html) + - [Numbers (Two's Complement)](curriculum-guides/ncea/level-2/excellence-data-representation-numbers.html) + - [Text (Unicode)](curriculum-guides/ncea/level-2/excellence-data-representation-text.html) + - [Colours (Various bit depths)](curriculum-guides/ncea/level-2/excellence-data-representation-colour.html) The chapter and assessment guides have been rewritten to take account of new feedback from the marking process and our own observations of student work. From 44956851f1eab5cfdfb7c191c1a45a5f277622d7 Mon Sep 17 00:00:00 2001 From: Jack Morgan Date: Sun, 3 Sep 2017 16:45:57 +1200 Subject: [PATCH 2/8] Increment version number to 2.10.1 --- generator/generator-settings.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator/generator-settings.conf b/generator/generator-settings.conf index 9460360a7d..f4f8dec584 100644 --- a/generator/generator-settings.conf +++ b/generator/generator-settings.conf @@ -1,5 +1,5 @@ [General] -Version Number: 2.10.0 +Version Number: 2.10.1 Google Analytics Code: UA-49289263-2 Domain: http://www.csfieldguide.org.nz/ From 33c4e878d945e33d32987f7f1da765277a3963e3 Mon Sep 17 00:00:00 2001 From: Jack Morgan Date: Sun, 3 Sep 2017 16:48:15 +1200 Subject: [PATCH 3/8] Add changelog for 2.10.1 --- text/en/further-information/contributors.md | 1 + text/en/further-information/releases.md | 14 ++++++++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/text/en/further-information/contributors.md b/text/en/further-information/contributors.md index 820a61321b..e6f53d9387 100644 --- a/text/en/further-information/contributors.md +++ b/text/en/further-information/contributors.md @@ -99,6 +99,7 @@ This project is the result of contributions from a large community of Computer S - [Goldob](https://github.com/Goldob) (Adam Gotlib) - [Jamie Dawson](https://github.com/JamieDawson) - Alasdair Mark Smith +- [microlith57](https://github.com/microlith57) **Note:** If there is an error in the list, please contact [Jack Morgan](mailto:jack.morgan@canterbury.ac.nz) diff --git a/text/en/further-information/releases.md b/text/en/further-information/releases.md index 0078e7dd59..f10cac5be9 100644 --- a/text/en/further-information/releases.md +++ b/text/en/further-information/releases.md @@ -17,7 +17,16 @@ Given a version number MAJOR.MINOR.HOTFIX: We have listed major changes for each release below. -## Current Release +### 2.10.1 + +**Release date:** 3rd September 2017 + +**Downloads:** [Source downloads are available on GitHub](https://github.com/uccser/cs-field-guide/releases/tag/2.10.1) + +**Changelog:** + +- Fix broken links to NCEA curriculum guides. + - [microlith57](https://github.com/microlith57) [#483](https://github.com/uccser/cs-field-guide/issues/483) ### 2.10.0 @@ -78,7 +87,6 @@ This release fixes a bug in the Computer Graphics chapter where some links to th **Changelog:** - [Adam Gotlib](https://github.com/Goldob) [#404](https://github.com/uccser/cs-field-guide/pull/404) - ### 2.9.0 **Release date:** 27th January 2017 @@ -105,8 +113,6 @@ This release adds an introductory video for the Complexity and Tractability chap - Update APCSP framework. - [Paul Tymann](https://github.com/ptymann) [#399](https://github.com/uccser/cs-field-guide/issues/399) -## Older Releases - ### 2.8.1 **Release date:** 21st October 2016 From 7ef483b0dda1315954736b5eb1cba5ff53e8e7df Mon Sep 17 00:00:00 2001 From: Jack Morgan Date: Sun, 3 Sep 2017 16:50:38 +1200 Subject: [PATCH 4/8] Fix broken link to research paper (fixes #484) --- text/en/curriculum-guides/ncea/level-1/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text/en/curriculum-guides/ncea/level-1/introduction.md b/text/en/curriculum-guides/ncea/level-1/introduction.md index 76dee7c571..91cdbfa3bb 100644 --- a/text/en/curriculum-guides/ncea/level-1/introduction.md +++ b/text/en/curriculum-guides/ncea/level-1/introduction.md @@ -91,4 +91,4 @@ If using examples, don't use ones taken from the Field Guide or other sources - In 2012 we did a study that looked over 151 student submissions for 1.44 in 2011. This was the first year 1.44 was offered, although the lessons learnt are still relevant, particularly for teachers teaching the standard for the first time. A WIPSCE paper was written presenting our findings of how well students approached the standard and our recommendations for avoiding pitfalls. Our key findings are reflected in the teacher guides, although reading the entire paper would be worthwhile. -The paper was Bell, T., Newton, H., Andreae, P., & Robins, A. (2012). The introduction of Computer Science to NZ High Schools --- an analysis of student work. In M. Knobelsdorf & R. Romeike (Eds.), The 7th Workshop in Primary and Secondary Computing Education (WiPSCE 2012). Hamburg, Germany. The [paper is available here](http://nzacditt.org.nz/system/files/Student-work-WiPCSE2012-final-submission-dl.pdf). +The paper was Bell, T., Newton, H., Andreae, P., & Robins, A. (2012). The introduction of Computer Science to NZ High Schools --- an analysis of student work. In M. Knobelsdorf & R. Romeike (Eds.), The 7th Workshop in Primary and Secondary Computing Education (WiPSCE 2012). Hamburg, Germany. The [paper is available here](https://ir.canterbury.ac.nz/handle/10092/7347). From 17691d4568607b013e6fa809baa80afe3530a978 Mon Sep 17 00:00:00 2001 From: Jack Morgan Date: Sun, 3 Sep 2017 16:51:19 +1200 Subject: [PATCH 5/8] Update changelog for 2.10.1 --- text/en/further-information/releases.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/text/en/further-information/releases.md b/text/en/further-information/releases.md index f10cac5be9..99e68eb885 100644 --- a/text/en/further-information/releases.md +++ b/text/en/further-information/releases.md @@ -27,6 +27,8 @@ We have listed major changes for each release below. - Fix broken links to NCEA curriculum guides. - [microlith57](https://github.com/microlith57) [#483](https://github.com/uccser/cs-field-guide/issues/483) +- Fix broken link to research paper. + - [Jack Morgan](https://github.com/JackMorganNZ) [#484](https://github.com/uccser/cs-field-guide/issues/484) ### 2.10.0 From 7f0e1a4f9ee92f450f0c919dc43767df9047999f Mon Sep 17 00:00:00 2001 From: Jack Morgan Date: Sun, 3 Sep 2017 16:54:13 +1200 Subject: [PATCH 6/8] Update releases page to use level 2 headings This is because it was going from level 1 and then jumping to level 3. --- text/en/further-information/releases.md | 42 ++++++++++++------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/text/en/further-information/releases.md b/text/en/further-information/releases.md index 99e68eb885..6f086db6e3 100644 --- a/text/en/further-information/releases.md +++ b/text/en/further-information/releases.md @@ -17,7 +17,7 @@ Given a version number MAJOR.MINOR.HOTFIX: We have listed major changes for each release below. -### 2.10.1 +## 2.10.1 **Release date:** 3rd September 2017 @@ -30,7 +30,7 @@ We have listed major changes for each release below. - Fix broken link to research paper. - [Jack Morgan](https://github.com/JackMorganNZ) [#484](https://github.com/uccser/cs-field-guide/issues/484) -### 2.10.0 +## 2.10.0 **Release date:** 2nd September 2017 @@ -76,7 +76,7 @@ This to make the numbering consistent with our other projects (CS Unplugged and - Add ability to hide pixel colours in pixel value interactive. - [Jack Morgan](https://github.com/JackMorganNZ) [#476](https://github.com/uccser/cs-field-guide/issues/476) -### 2.9.1 +## 2.9.1 **Release date:** 20th February 2017 @@ -89,7 +89,7 @@ This release fixes a bug in the Computer Graphics chapter where some links to th **Changelog:** - [Adam Gotlib](https://github.com/Goldob) [#404](https://github.com/uccser/cs-field-guide/pull/404) -### 2.9.0 +## 2.9.0 **Release date:** 27th January 2017 @@ -115,7 +115,7 @@ This release adds an introductory video for the Complexity and Tractability chap - Update APCSP framework. - [Paul Tymann](https://github.com/ptymann) [#399](https://github.com/uccser/cs-field-guide/issues/399) -### 2.8.1 +## 2.8.1 **Release date:** 21st October 2016 @@ -129,7 +129,7 @@ This release adds an introductory video for the Complexity and Tractability chap - Skip parsing `#` characters at start of Markdown links. - [Jack Morgan](https://github.com/JackMorganNZ) -### 2.8.0 +## 2.8.0 **Release date:** 19th October 2016 @@ -170,7 +170,7 @@ This release adds an introductory video for the Human Computer Interaction chapt - Fix footer link colour in teacher version. - [Jack Morgan](https://github.com/JackMorganNZ) [#395](https://github.com/uccser/cs-field-guide/issues/395) -### 2.7.1 +## 2.7.1 **Release date:** 5th September 2016 @@ -181,7 +181,7 @@ This release adds an introductory video for the Human Computer Interaction chapt A full list of changes in this version is [available on GitHub](https://github.com/uccser/cs-field-guide/compare/v2.7.0...v2.7.1). -### 2.7.0 +## 2.7.0 **Release date:** 23rd August 2016 @@ -198,7 +198,7 @@ A full list of changes in this version is [available on GitHub](https://github.c A full list of changes in this version is [available on GitHub](https://github.com/uccser/cs-field-guide/compare/v2.6.1...v2.7.0). -### 2.6.1 +## 2.6.1 **Release date:** 14th July 2016 @@ -207,7 +207,7 @@ A full list of changes in this version is [available on GitHub](https://github.c **Notable changes:** - Fixed issue on Human Computer Interaction chapter where duplicate library was causing several UI elements to not behave correctly. -### 2.6.0 +## 2.6.0 **Release date:** 16th June 2016 @@ -229,7 +229,7 @@ A full list of changes in this version is [available on GitHub](https://github.c A full list of changes in this version is [available on GitHub](https://github.com/uccser/cs-field-guide/compare/v2.5.0...v2.6.0). -### 2.5.0 +## 2.5.0 **Release date:** 13th May 2016 @@ -255,7 +255,7 @@ A full list of changes in this version is [available on GitHub](https://github.c A full list of changes in this version is [available on GitHub](https://github.com/uccser/cs-field-guide/compare/v2.4.1...v2.5.0). -### 2.4.1 +## 2.4.1 **Release date:** 29th April 2016 @@ -266,7 +266,7 @@ A full list of changes in this version is [available on GitHub](https://github.c A full list of changes in this version is [available on GitHub](https://github.com/uccser/cs-field-guide/compare/v2.4...v2.4.1). -### 2.4 +## 2.4 **Release date:** 29th April 2016 @@ -285,7 +285,7 @@ A full list of changes in this version is [available on GitHub](https://github.c A full list of changes in this version is [available on GitHub](https://github.com/uccser/cs-field-guide/compare/v2.3...v2.4). -### 2.3 +## 2.3 **Release date:** 10th March 2016 @@ -301,7 +301,7 @@ A full list of changes in this version is [available on GitHub](https://github.c A full list of changes in this version is [available on GitHub](https://github.com/uccser/cs-field-guide/compare/v2.2...v2.3). -### 2.2 +## 2.2 **Release date:** 19th February 2016 @@ -316,7 +316,7 @@ A full list of changes in this version is [available on GitHub](https://github.c A full list of changes in this version is [available on GitHub](https://github.com/uccser/cs-field-guide/compare/v2.1...v2.2). -### 2.1 +## 2.1 **Release date:** 12th February 2016 @@ -330,7 +330,7 @@ A full list of changes in this version is [available on GitHub](https://github.c A full list of changes in this version is [available on GitHub](https://github.com/uccser/cs-field-guide/compare/v2.0...v2.1). -### 2.0 +## 2.0 **Release date:** 5th February 2016 @@ -349,24 +349,24 @@ The first major step in releasing a open source version of the Computer Science While some content (most notably interactives) have yet to be added to the new system, we are releasing this update for New Zealand teachers to use at the beginning of their academic year. For any interactives that are missing, links are in place to the older interactives. -### 2.0-alpha.3 +## 2.0-alpha.3 **Release date:** 29th January 2016 **Downloads:** [Source available on GitHub](https://github.com/uccser/cs-field-guide/compare/d8a69d50575cac8c4e2686ee4d9af7c22b7131a7...v2.0-alpha.3) -### 2.0-alpha.2 +## 2.0-alpha.2 **Release date:** 25th January 2016 -### 2.0-alpha.1 +## 2.0-alpha.1 **Release date:** 2nd December 2015 **Comments:** Released at CS4HS 2015. -### 1.?.? +## 1.?.? **Release date:** 3rd February 2015 From 1e8d9f71de5c7f150d6abdbc8679b6255fffdce2 Mon Sep 17 00:00:00 2001 From: Jack Morgan Date: Sun, 3 Sep 2017 17:30:10 +1200 Subject: [PATCH 7/8] Fix panel showing 'None' as title (fixes #485) --- generator/markdownsection.py | 2 +- text/en/further-information/releases.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/generator/markdownsection.py b/generator/markdownsection.py index 383fc53531..b158c13dd8 100644 --- a/generator/markdownsection.py +++ b/generator/markdownsection.py @@ -176,7 +176,7 @@ def create_panel(self, match): if not (self.guide.version != "teacher" and panel_type in teacher_only_panels): title = parse_argument('title', arguments) if not title: - systemfunctions.from_kebab_case(panel_type) + title = systemfunctions.from_kebab_case(panel_type) summary_value = parse_argument('summary', arguments) summary = ': ' + summary_value.strip() if summary_value else '' expanded_value = parse_argument('expanded', arguments) diff --git a/text/en/further-information/releases.md b/text/en/further-information/releases.md index 6f086db6e3..de9bac7c61 100644 --- a/text/en/further-information/releases.md +++ b/text/en/further-information/releases.md @@ -2,7 +2,7 @@ This page lists updates to the Computer Science Field Guide. All notable changes to this project will be documented in this file. -{panel type="What numbering system do we use?"} +{panel type="general" title="What numbering system do we use?"} We base our numbering system from the guidelines at [Semantic Versioning 2.0.0](http://semver.org/spec/v2.0.0.html), however since our project started before it was migrated to GitHub, the first open source release is being labeled as `2.0.0`. From dd4e4e3ed7fbe19723e9474556b7db1ef897dcdf Mon Sep 17 00:00:00 2001 From: Jack Morgan Date: Sun, 3 Sep 2017 17:31:22 +1200 Subject: [PATCH 8/8] Update changelog for 2.10.1 --- text/en/further-information/releases.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/text/en/further-information/releases.md b/text/en/further-information/releases.md index de9bac7c61..da097f3668 100644 --- a/text/en/further-information/releases.md +++ b/text/en/further-information/releases.md @@ -29,6 +29,8 @@ We have listed major changes for each release below. - [microlith57](https://github.com/microlith57) [#483](https://github.com/uccser/cs-field-guide/issues/483) - Fix broken link to research paper. - [Jack Morgan](https://github.com/JackMorganNZ) [#484](https://github.com/uccser/cs-field-guide/issues/484) +- Fix panels showing 'None' as title. + - [Jack Morgan](https://github.com/JackMorganNZ) [#485](https://github.com/uccser/cs-field-guide/issues/485) ## 2.10.0