Skip to content

Commit 09fb6ff

Browse files
committed
Update changelog
1 parent 3afe80e commit 09fb6ff

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

CHANGELOG.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,6 @@ Change Log -- Ray Tracing in One Weekend
99
- Change: Added header guards to the text of all three books whenever a new header file was
1010
introduced
1111

12-
### _The Next Week_
13-
- Removed: Deleted the section covering the old `flip_face` class, renumbered images as this
14-
eliminated the rendering with missing Cornell box faces (#482, #661)
15-
- Change: Renamed and explicitly numbered book images and figures (#495)
16-
- Fix: Reduced code duplication in dielectric::scatter() function
17-
- New: Added alternative constructors that take color arguments in addition to the constructors
18-
that take `shared_ptr<texture>` arguments, simplifying calling code. This applies to the
19-
following classes: `checker_texture`, `constant_medium`, `diffuse_light`, and `lambertian`.
20-
(#516)
21-
- Fix: "Intance" typo in Chapter 8.1 to "Instance" (#629)
22-
2312
### _In One Weekend_
2413
- Change: Updated all rendered images except for 1.13, 1.14 (#179, #547, #548, #549, #550, #551,
2514
#552, #553, #554, #555, #556, #557, #560, #561, #562, #563, #564, #565, #566)
@@ -46,9 +35,20 @@ Change Log -- Ray Tracing in One Weekend
4635
- New: Add new isotropic constructor taking color argument (#644)
4736

4837
### _The Next Week_
38+
- Removed: Deleted the section covering the old `flip_face` class, renumbered images as this
39+
eliminated the rendering with missing Cornell box faces (#482, #661)
40+
- Change: Renamed and explicitly numbered book images and figures (#495)
41+
- Fix: Reduced code duplication in dielectric::scatter() function
42+
- New: Added alternative constructors that take color arguments in addition to the constructors
43+
that take `shared_ptr<texture>` arguments, simplifying calling code. This applies to the
44+
following classes: `checker_texture`, `constant_medium`, `diffuse_light`, and `lambertian`.
45+
(#516)
46+
- Fix: "Intance" typo in Chapter 8.1 to "Instance" (#629)
4947
- Fix: Listing 7: Show reverted viewing parameters from book 1 final scene
5048
- Change: Listing 10: Separate out world & camera definitions in main (#646)
5149
- New: Add new isotropic constructor taking color argument (#644)
50+
- Removed: scenes 7 & 9 from the original (`cornell_balls` and `cornell_final`). There are now a
51+
total of eight scenes for the second book (#653, #620)
5252

5353

5454
----------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)