File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
================================================================================
3
3
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
+
4
30
v1.123.0 (2018-08-26)
5
31
-----------------------
32
+ ### Minor Changes
6
33
- First GitHub release of _ Ray Tracing: The Rest Of Your Life_ , bundled with source code.
7
34
8
35
9
36
v1.54.0 (2018-08-26)
10
37
----------------------
38
+ ### Minor Changes
11
39
- First GitHub release of _ Ray Tracing In One Weekend_ , bundled with source code.
12
40
13
41
14
42
v1.42.0 (2018-08-26)
15
43
----------------------
44
+ ### Minor Changes
16
45
- First GitHub release of _ Ray Tracing: The Next Week_ , bundled with source code.
17
46
You can’t perform that action at this time.
0 commit comments