File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,21 @@ 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
+ ## [ 8.0.0] 2017-11-01
10
+ ### Added
11
+ - extras/readings: "The System Design Primer"
12
+ - extras/readings: "Category Theory for Programmers: The Preface"
13
+ - extras/readings: "Programming Languages: Application and Interpretation"
14
+ - extras/readings: "Programming and Programming Languages"
15
+ - CONTRIBUTING: "Learning Git" section to the contributor guidelines page
16
+ - Core Math: Added "Essence of Linear Algebra" as pre-requisite to "Linear Algebra: Foundations to Frontiers"
17
+
18
+ ### Updated
19
+ - Moved "Introduction to Mathematical Thinking" to extras/courses
20
+ - Moved "Hack the Kernel" (ops-class) from Advanced Systems to Core Systems
21
+ - Core Systems: "Operating Systems: Three Easy Pieces" is no longer required, but is recommended as companion text to "Hack the Kernel"
22
+ - Core Theory: Replaced Coursera with Lagunita as the host for Stanford Algorithms, since Coursera uses dark patterns to trick users into paying
23
+
9
24
## [ 7.2.2] 2017-07-02
10
25
### Added
11
26
- "Haskell Programming from First Principles" book as a paid alternative to learn Haskell
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ just remember that you can't purchase success!
83
83
84
84
# Curriculum
85
85
86
- ** Curriculum version** : ` 7.2.2 ` (see [ CHANGELOG] ( CHANGELOG.md ) )
86
+ ** Curriculum version** : ` 8.0.0 ` (see [ CHANGELOG] ( CHANGELOG.md ) )
87
87
88
88
- [ Prerequisites] ( #prerequisites )
89
89
- [ Introduction to Computer Science] ( #introduction-to-computer-science )
You can’t perform that action at this time.
0 commit comments