Skip to content

Commit 5d2a417

Browse files
committed
Update changelog with flip_face removal
1 parent 96b0899 commit 5d2a417

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ Change Log -- Ray Tracing in One Weekend
33

44
# v3.2.0 (in progress)
55

6+
### Common
7+
- Removed: now that the code handles ray-surface intersection from either side, we no longer need
8+
the `flip_face` class, so we've deleted it from the text and from the code (#482, #270)
9+
10+
### _The Next Week_
11+
- Removed: Deleted the section covering the old `flip_face` class, renumbered images as this
12+
eliminated the rendering with missing Cornell box faces (#482)
13+
614

715
----------------------------------------------------------------------------------------------------
816
# v3.1.2 (in progress)

0 commit comments

Comments
 (0)