Skip to content

Commit 1245834

Browse files
committed
Update to 7.0.1
1 parent 69a626e commit 1245834

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,24 @@ This project adheres *in spirit* to [Semantic Versioning](http://semver.org/):
66
- "MINOR" updates correspond to changing courses without changing the topics
77
- "PATCH" updates correspond to aesthetic and non-essential additions/removals or changing order of classes for better progression
88

9+
## [7.0.1] 2017-03-11
10+
### Updated
11+
- Fixed link to Bradfield's DIY computer science page
12+
13+
### Added
14+
- Note under Calculus One with links to errata and course progression recommendations
15+
- Optional courses under extras:
16+
- Strang's course on linear algebra
17+
- Berkeley's Structure and Interpretation of Computer Programs
18+
- Optional readings under extras:
19+
- Van Roy's advanced programming book
20+
- P&H's computer architecture book
21+
- Skiena's algorithms book
22+
- Strang's linear algebra book
23+
- Database Management Systems book
24+
- Tarr's book on creating your own Domain-specific language
25+
- Readings from various authors on distributed systems
26+
927
## [7.0] 2017-03-09
1028
Complete overhaul of program structure
1129

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ just remember that you can't purchase success!
7777

7878
# Curriculum
7979

80-
**Curriculum version**: `7.0` (see [CHANGELOG](CHANGELOG.md))
80+
**Curriculum version**: `7.0.1` (see [CHANGELOG](CHANGELOG.md))
8181

8282
- [Prerequisites](#prerequisites)
8383
- [Intro CS](#intro-cs)

0 commit comments

Comments
 (0)