Skip to content

Commit 6c5a8bf

Browse files
committed
Update to 8.0.0
1 parent d711db3 commit 6c5a8bf

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ 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+
## [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+
924
## [7.2.2] 2017-07-02
1025
### Added
1126
- "Haskell Programming from First Principles" book as a paid alternative to learn Haskell

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ just remember that you can't purchase success!
8383

8484
# Curriculum
8585

86-
**Curriculum version**: `7.2.2` (see [CHANGELOG](CHANGELOG.md))
86+
**Curriculum version**: `8.0.0` (see [CHANGELOG](CHANGELOG.md))
8787

8888
- [Prerequisites](#prerequisites)
8989
- [Introduction to Computer Science](#introduction-to-computer-science)

0 commit comments

Comments
 (0)