Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.15 KB

CHANGELOG.md

File metadata and controls

44 lines (36 loc) · 1.15 KB

Changelog

All notable changes to this project will be documented in this file.

[1.0.1] - 2020-01-13

Added

  • Changelog to keep track and report changes to teachers and volunteers.
  • New Level 0 Module 5 recipes added in '99_extra'
    • HiddenTypes recipe
    • ListOfGoals recipes
    • ReturnTypesAdvanced recipe
    • ReturnTypesPractice recipe
    • ReturnTypesRobot recipe

Changed

  • moved ObedientRobot from level0 mod3 to level0 mod5

Fixed

  • R2D2 typo in robots in space

[1.0.0] - 2019-12-06

Guiding Principles for this Changelog

  • Changelogs are for humans, not machines.
  • There should be an entry for every single version.
  • The same types of changes should be grouped.
  • Versions and sections should be linkable.
  • The latest version comes first.
  • The release date of each version is displayed.
  • Mention whether you follow Semantic Versioning. Types of changes

Added

for new features.

Changed

for changes in existing functionality.

Deprecated

for soon-to-be removed features.

Removed

for now removed features.

Fixed

for any bug fixes.