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
66### Common
77 - Removed: now that the code handles ray-surface intersection from either side, we no longer need
88 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
911
1012### _ The Next Week_
1113 - 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
4850 - New: Add new isotropic constructor taking color argument (#644 )
4951
5052
51- ----------------------------------------------------------------------------------------------------
52- # v3.1.3 (in progress)
53-
54-
5553----------------------------------------------------------------------------------------------------
5654# v3.1.2 (2020-06-03)
5755
You can’t perform that action at this time.
0 commit comments