Skip to content

Commit 2406886

Browse files
committed
Final updates for v4.0.2 release
1 parent b2039b9 commit 2406886

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
Change 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

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ first**_.
2929

3030
Project 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-
3532
If 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
3734
we're planning.

0 commit comments

Comments
 (0)