File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ Change Log -- Ray Tracing in One Weekend
6
6
### Common
7
7
- Removed: now that the code handles ray-surface intersection from either side, we no longer need
8
8
the ` flip_face ` class, so we've deleted it from the text and from the code (#482 , #270 )
9
+ - Change: Added header guards to the text of all three books whenever a new header file was
10
+ introduced
9
11
10
12
### _ The Next Week_
11
13
- Removed: Deleted the section covering the old ` flip_face ` class, renumbered images as this
@@ -48,10 +50,6 @@ Change Log -- Ray Tracing in One Weekend
48
50
- New: Add new isotropic constructor taking color argument (#644 )
49
51
50
52
51
- ----------------------------------------------------------------------------------------------------
52
- # v3.1.3 (in progress)
53
-
54
-
55
53
----------------------------------------------------------------------------------------------------
56
54
# v3.1.2 (2020-06-03)
57
55
You can’t perform that action at this time.
0 commit comments