Skip to content

Commit 397cb70

Browse files
committed
Added CHANGELOG differences
1 parent d043154 commit 397cb70

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)
@@ -35,6 +36,7 @@ Change Log -- Ray Tracing in One Weekend
3536
- Fix: Fixed `bvh_node` constructor definition signature (#872)
3637

3738
### The Rest of Your Life
39+
- Fix: Added missing functionality for `isotropic` (#664)
3840

3941

4042
----------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)