Skip to content

Commit 9b57542

Browse files
authored
Merge branch 'dev-minor' into feat-516
2 parents 87a3b0c + 66ca0df commit 9b57542

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Change Log -- Ray Tracing in One Weekend
44
# v3.2.0 (in progress)
55

66
### Common
7+
- Change: Renamed and explicitly numbered book images and figures (#495)
78
- New: Added alternative constructors that take color arguments in addition to the constructors
89
that take `shared_ptr<texture>` arguments, simplifying calling code. This applies to the
910
following classes: `checker_texture`, `constant_medium`, `diffuse_light`, and `lambertian`.

books/RayTracingInOneWeekend.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Peter Shirley
88
edited by Steve Hollasch and Trevor David Black
99
<br>
10-
Version 3.1.1, 2020-05-16
10+
Version 3.2.0-alpha, 2020-XX-XX
1111
<br>
1212
Copyright 2018-2020 Peter Shirley. All rights reserved.
1313

books/RayTracingTheNextWeek.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Peter Shirley
88
edited by Steve Hollasch and Trevor David Black
99
<br>
10-
Version 3.1.1, 2020-05-16
10+
Version 3.2.0-alpha, 2020-XX-XX
1111
<br>
1212
Copyright 2018-2020 Peter Shirley. All rights reserved.
1313

books/RayTracingTheRestOfYourLife.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Peter Shirley
88
edited by Steve Hollasch and Trevor David Black
99
<br>
10-
Version 3.1.1, 2020-05-16
10+
Version 3.2.0-alpha, 2020-XX-XX
1111
<br>
1212
Copyright 2018-2020 Peter Shirley. All rights reserved.
1313

0 commit comments

Comments
 (0)