Skip to content

Commit 4f6b236

Browse files
committed
update changelog
1 parent 6c0b58e commit 4f6b236

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## v1.7.0
44

5+
- Added `WrappedArray.emplace_struct`, to construct structs in place. This is more efficient than
6+
calling `arr.insert(pos, unrealsdk.make_struct(...))`.
7+
8+
[dc515cdc](https://github.com/bl-sdk/unrealsdk/commit/dc515cdc)
9+
10+
- Added `unrealsdk.unreal.IGNORE_STRUCT`, a sentinel value which can be assigned to any struct, but
11+
which does nothing. This is most useful when a function has a required struct arg.
12+
13+
[6c0b58ee](https://github.com/bl-sdk/unrealsdk/commit/6c0b58ee)
14+
515
- Added support for sending property changed events. This is typically best done via the
616
`unrealsdk.unreal.notify_changes` context manager.
717

0 commit comments

Comments
 (0)