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

Commit c9d9081

Browse files
samiwhzeroZshadow
authored andcommitted
Fixed a typo in the changelog (#849)
1 parent 1a30d90 commit c9d9081

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
- Changed the format of the BuildConfiguration asset. Please recreate, or copy it from `workers/unity/Playground/Assets/Config/BuildConfiguration.asset`.
88
- Command request and responses are no longer constructed from that static methods `CreateRequest` and `CreateResponse`. Instead they are have constructors that take the same arguments.
99
- The `Require` attribute has moved from the `Improbable.Gdk.GameObjectRepresentation` namespace to the `Improbable.Gdk.Subscriptions` namespace.
10-
- The generated Readers have been renamed, previously they were called `{COMPONENT_NAME}.Requirable.Reader`, now they are called `{COMPONENT_NAME}Reader`.
10+
- The generated Readers have been renamed from `{COMPONENT_NAME}.Requirable.Reader` to `{COMPONENT_NAME}Reader`.
1111
- The Reader callback events' names have changed.
1212
- `On{EVENT_NAME}` is now `On{EVENT_NAME}Event`.
1313
- `{FIELD_NAME}Updated` is now `On{FIELD_NAME}Update`.
14-
- The generated Writers have been renamed, previously they were called. `{COMPONENT_NAME}.Requirable.Writer` to `{COMPONENT_NAME}Writer`.
14+
- The generated Writers have been renamed from` {COMPONENT_NAME}.Requirable.Writer` to `{COMPONENT_NAME}Writer`.
1515
- The Writer send method names have changed.
1616
- `Send{EVENT_NAME}` is now `Send{EVENT_NAME}Event`.
1717
- `Send` is now `SendUpdate`.

0 commit comments

Comments
 (0)