From 40d653c67ee09be8efd042b836444ad5e0711894 Mon Sep 17 00:00:00 2001 From: Josh Hanson Date: Sat, 29 Apr 2017 12:51:08 -0400 Subject: [PATCH] Update to 7.2.0 Closes open-source-society/computer-science#398 and closes open-source-society/computer-science#399 --- CHANGELOG.md | 6 ++++++ README.md | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 615a463..86365bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ This project adheres *in spirit* to [Semantic Versioning](http://semver.org/): - "MINOR" updates correspond to changing courses without changing the topics - "PATCH" updates correspond to aesthetic and non-essential additions/removals or changing order of classes for better progression +## [7.2.0] 2017-04-28 +### Added +- Software Testing course +- Link to Stanford Lagunita's Algorithms: Design and Analysis +- Added link to the section on parametric equations and polar coordinates from MIT's Single Variable Calculus course in order to properly prepare students for Multivariable Calculus + ## [7.1.2] 2017-04-22 ### Updated - Add link to Mega Project List in the introduction of the Projects section diff --git a/README.md b/README.md index 4312fdb..33d893c 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ just remember that you can't purchase success! # Curriculum -**Curriculum version**: `7.1.2` (see [CHANGELOG](CHANGELOG.md)) +**Curriculum version**: `7.2.0` (see [CHANGELOG](CHANGELOG.md)) - [Prerequisites](#prerequisites) - [Introduction to Computer Science](#introduction-to-computer-science)