File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,24 @@ This project adheres *in spirit* to [Semantic Versioning](http://semver.org/):
6
6
- "MINOR" updates correspond to changing courses without changing the topics
7
7
- "PATCH" updates correspond to aesthetic and non-essential additions/removals or changing order of classes for better progression
8
8
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
+
9
27
## [ 7.0] 2017-03-09
10
28
Complete overhaul of program structure
11
29
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ just remember that you can't purchase success!
77
77
78
78
# Curriculum
79
79
80
- ** Curriculum version** : ` 7.0 ` (see [ CHANGELOG] ( CHANGELOG.md ) )
80
+ ** Curriculum version** : ` 7.0.1 ` (see [ CHANGELOG] ( CHANGELOG.md ) )
81
81
82
82
- [ Prerequisites] ( #prerequisites )
83
83
- [ Intro CS] ( #intro-cs )
You can’t perform that action at this time.
0 commit comments