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

Commit 5b43824

Browse files
authored
Move pr1428 changelog entry from 0.3.8 to unreleased (#1433)
* move breaking changes from 0.3.8 to unreleased * force PR build
1 parent 6e388ed commit 5b43824

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
### Breaking Changes
6+
7+
- The `GetResponse<T>(CommandRequestId)` method in the `IDiffCommandResponseStorage` and `CommandSystem` now returns a `T?` instead of `MessageSpan<T>` [#1428](https://github.com/spatialos/gdk-for-unity/pull/1428)
8+
59
### Added
610

711
- Added support for multiple annotations in Code Writer API. [#1427](https://github.com/spatialos/gdk-for-unity/pull/1427)
@@ -22,7 +26,6 @@
2226
- See the [upgrade guide](UPGRADE_GUIDE.md) for detailed upgrade instructions for this breaking change.
2327
- `IEntityGameObjectCreator.PopulateEntityTypeExpectations` now only needs to specify what SpatialOS components it needs for spawning an entity, such as `Position`.
2428
- `GameObjectCreationHelper.EnableStandardGameObjectCreation` now requires a non-null `EntityRepresentationMapping` to be passed in.
25-
- The `GetResponse<T>(CommandRequestId)` method in the `IDiffCommandResponseStorage` and `CommandSystem` now returns a `T?` instead of `MessageSpan<T>` [#1428](https://github.com/spatialos/gdk-for-unity/pull/1428)
2629

2730
### Added
2831

0 commit comments

Comments
 (0)