Skip to content

Commit 7829ea6

Browse files
committed
CHANGELOG MVP. #20
1 parent eaf71d1 commit 7829ea6

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,46 @@
11
Change Log
22
================================================================================
33

4+
v2.0.0 (In Progress)
5+
-------------------
6+
### Major Changes
7+
- Created single monolithic raytracing.github.io repo
8+
- Moved existing _InOneWeekend_, _TheNextWeek_, _TheRestOfYourLife_ content to io repo
9+
- Deprecated existing _InOneWeekend_, _TheNextWeek_, _TheRestOfYourLife_ repos
10+
- Fixed chapter order in _Ray Tracing: The Rest Of Your Life_
11+
- Typo in chapter numbering lead to two chapter 2s
12+
- All proceeding chapters were off by one
13+
- Corrected second instance of chapter 2 as chapter 3
14+
- Proceeding chapters were incremented as fix
15+
16+
### Minor Changes
17+
- Added CHANGELOG.md
18+
- Added CONTRIBUTING.md
19+
- Added COPYING.txt
20+
- Created COPYING.md
21+
- Changed license to CC0 in COPYING.md
22+
- Renamed COPYING.md to COPYING.txt
23+
24+
### Patches
25+
- Removed bug in Chapter 2 of _Ray Tracing: The Rest Of Your life_
26+
- The `lambertian` class definition in Chapter 2 previously used `texture`s
27+
- This has been changed to `vec3`
28+
29+
430
v1.123.0 (2018-08-26)
531
-----------------------
32+
### Minor Changes
633
- First GitHub release of _Ray Tracing: The Rest Of Your Life_, bundled with source code.
734

835

936
v1.54.0 (2018-08-26)
1037
----------------------
38+
### Minor Changes
1139
- First GitHub release of _Ray Tracing In One Weekend_, bundled with source code.
1240

1341

1442
v1.42.0 (2018-08-26)
1543
----------------------
44+
### Minor Changes
1645
- First GitHub release of _Ray Tracing: The Next Week_, bundled with source code.
1746

0 commit comments

Comments
 (0)