Skip to content

Commit 5531554

Browse files
committed
Update changelog for v0.2.0
Signed-off-by: Martynas Gurskas <[email protected]>
1 parent 75c01fe commit 5531554

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
1+
### v0.2.0+v0.25.0
2+
13
----
24

3-
### v0.1.0+v0.23.0
5+
- Move bindgen config under the `bindings.cpp` section in the config.
6+
- Add virtual destructors to callback and error abstract classes.
7+
- Implement destructors for objects.
8+
- Wrap objects in `std::shared_ptr` instead of `std::unique_ptr`.
9+
- Expose access to complex enum variants in the generated bindings.
10+
- Add docstrings to the generated bindings.
11+
- Remove assignment operators and copy constructors for objects to prevent misuse.
12+
- Add generated trait methods (Display, Debug, Eq, Hash) from Rust in ojbects.
13+
- Add support for custom types.
414

5-
- Initial release.
15+
### v0.1.0+v0.25.0
616

717
----
18+
19+
- Initial release.

0 commit comments

Comments
 (0)