Skip to content

Commit f007be0

Browse files
committed
Updated the CHANGELOG for header_guards
1 parent 242e3c8 commit f007be0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)