@@ -4,20 +4,26 @@ Change Log -- Ray Tracing in One Weekend
44# v3.2.1 (in progress)
55
66### _ In One Weekend_
7- - Delete: remove premature ` cstdlib ` include; not needed until we use ` rand() ` (#687 )
8- - Fix: replace old anti-alias result image with before-and-after image (#679 )
7+ - Delete: Remove premature ` cstdlib ` include; not needed until we use ` rand() ` (#687 )
8+ - Fix: Replace old anti-alias result image with before-and-after image (#679 )
99 - Fix: Listing 29: Added missing ` rtweekend.h ` include (#691 )
10- - Fix: undefined ` vup ` variable in camera definition (#686 )
10+ - Fix: Undefined ` vup ` variable in camera definition (#686 )
1111 - Fix: Listing 51: Add missing ` hittable.h ` , ` rtweekend.h ` includes (#693 )
12+ - Fix: Fix error in citation section (#721 )
1213 - Fix: Listings 33, 39: Add consistent function signature for ` trilinear_interp ` (#722 )
1314
1415### _ The Next Week_
15- - Delete: remove unused u,v,w variables in initial ` perlin::noise() ` function (#684 )
16+ - Delete: Remove unused u,v,w variables in initial ` perlin::noise() ` function (#684 )
1617 - Fix: Listing 15: In ` bvh.h ` , add missing ` hittable_list.h ` include (#690 )
1718 - Fix: Listing 33, 34, 38: Change implicit casts to explicit ones (#692 )
1819 - Fix: Listing 40: Change ` perlin.h ` in the caption to ` texture.h ` (#698 )
1920 - Fix: Listing 70: Add missing ` bvh.h ` (#694 )
20- - Fix: Listing 70 and ` main.cc ` : Change a fuzz value of a metal sphere to 1.0 which is the maximum value (#694 )
21+ - Fix: Listing 70 and ` main.cc ` : Change a fuzz value of a metal sphere to 1.0 which is the maximum
22+ value (#694 )
23+ - Fix: Fix error in citation section (#721 )
24+
25+ ### _ The Rest of Your Life_
26+ - Fix: Fix errors in citation section (#721 )
2127
2228
2329----------------------------------------------------------------------------------------------------
0 commit comments