Skip to content

Commit 1c02f9b

Browse files
committed
changelog += bvh_node ctor param typo src_objects
The bvh_node constructor parameter `src_objects` was incorrectly specified as `objects`.
1 parent e9b954d commit 1c02f9b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Change Log -- Ray Tracing in One Weekend
22
====================================================================================================
33

4+
# v3.2.3 (pending)
5+
6+
### The Next Week
7+
- Fix: Correct parameter name typo for `bvh_node` constructor parameter `src_objects`
8+
9+
10+
----------------------------------------------------------------------------------------------------
411
# v3.2.2 (2020-10-31)
512

613
### Common

0 commit comments

Comments
 (0)