Skip to content

Commit 678bbed

Browse files
committed
Update changelog for fmin/fmax, math notation
1 parent 160010e commit 678bbed

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
@@ -9,6 +9,8 @@ Change Log -- Ray Tracing in One Weekend
99
- New: subchapters throughout all three books (#267)
1010
- Change: Minor change to use new `point3` and `color` type aliases for `vec3` (#422)
1111
- Change: Renamed `constant_texture` to `solid_color`, add RGB constructor (#452)
12+
- Change: Math notation to bold uppercase points, bold lowercase no-barb vectors (#412)
13+
- Change: Switch from `ffmin`/`ffmax` to standard `fmin`/`fmax` (#444, #491)
1214

1315
### _In One Weekend_
1416
- Fix: Update image and size for first PPM image

0 commit comments

Comments
 (0)