Skip to content

Commit 34ca9bc

Browse files
committed
Added CHANGELOG differences
1 parent 3ab99ec commit 34ca9bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Change Log -- Ray Tracing in One Weekend
2222
- Change: general rename of `mat_ptr` to `mat` (material)
2323
- Change: hittable::bounding_box() signature has changed to always return a value (#859)
2424
- Fix: Enabled compiler warnings for MSVC, Clang, GNU. Cleaned up warnings as fit (#865)
25+
- Change: replaced random vector in `isotropic` with `random_unit_vector`
2526

2627
### In One Weekend
2728
- Added: More commentary about the choice between `double` and `float` (#752)
@@ -36,6 +37,7 @@ Change Log -- Ray Tracing in One Weekend
3637

3738
### The Rest of Your Life
3839
- Fix: Variable `direction` was used without being defined in listing 11 (#831)
40+
- Fix: Added missing functionality for `isotropic` (#664)
3941

4042

4143
----------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)