Skip to content

Commit 4844c20

Browse files
committed
Changelog for 802 - method defs inside class defs
Resolves #802
1 parent e1220b8 commit 4844c20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Change Log -- Ray Tracing in One Weekend
1515
some global utility functions as either private static, or in better locations.
1616
- Fix: Remove redundant `virtual` keyword for methods with `override` (#805)
1717
- Change: `aabb` class constructor treats two params as extreme points in any orientation (#733)
18+
- Change: Moved all class method definitions inside class definition (#802)
1819

1920
### In One Weekend
2021
- Added: More commentary about the choice between `double` and `float` (#752)

0 commit comments

Comments
 (0)