File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 11Change Log / Ray Tracing in One Weekend
22====================================================================================================
33
4- # v4.0.2 (in progress )
4+ # v4.0.2 (2025-04-24 )
55
66### Common
77 - Fix -- Fixed some dangling references to ` random_in_unit_sphere() ` (#1637 )
88 - Fix -- Clarify ` uniform_real_distribution ` usage for ` random_double() ` (#1680 )
9+ - Update -- CMake minimum required version max now at 4.0.0.
910
1011### In One Weekend
1112 - Fix -- Fix equation for refracted rays of non-unit length (#1644 )
1213 - Fix -- Typo "trigonometric qualities" -> "trigonometric identities"
1314
14- ### The Next Week
15-
1615### The Rest of Your Life
1716 - Fix -- Typo in equation in book 3, section 12.3 (#1686 )
1817
Original file line number Diff line number Diff line change @@ -29,9 +29,6 @@ first**_.
2929
3030Project Status
3131---------------
32- Version 4 has shipped! Three and a half years in the making, with massive changes to all three books
33- and accompanying code. Our current version is v4.0.1.
34-
3532If you'd like to check out the latest updates and watch our progress, we're on the ` dev-patch ` ,
3633` dev-minor ` , and ` dev-major ` branches. You can also browse our issues and milestones to see what
3734we're planning.
You can’t perform that action at this time.
0 commit comments