Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit fda6e35

Browse files
authored
Merge pull request #2201 from JinShil/fix_changelog_cpp_destroy
Fix typo in changelog merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2 parents 335cd2e + 66f9fa4 commit fda6e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

changelog/cpp_destroy.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
`object.destroy()` supports `extern(C++)` classes.
22

3-
`object.destroy()` was crashing when called with an `extern(C++) class. It now correctly destructs and resets the object to `init`.
3+
`object.destroy()` was crashing when called with an `extern(C++)` class. It now correctly destructs and resets the object to `init`.

0 commit comments

Comments
 (0)