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

Commit ff17a56

Browse files
authored
Release 0.2.3 - Updated changelog (#202)
Moving the internal section into the correct release
1 parent 5657970 commit ff17a56

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616

1717
- Fixed clients hanging when quitting the game [#188](https://github.com/spatialos/gdk-for-unity-fps-starter-project/issues/188)
1818

19+
### Internal
20+
21+
- Disabled Burst compilation for all platforms except for iOS, because Burst throws benign errors when building workers for other platforms than the one you are currently using. [#977](https://github.com/spatialos/gdk-for-unity/pull/977)
22+
- Enabled Burst compilation for iOS, because disabling results in an invalid XCode project. [#975](https://github.com/spatialos/gdk-for-unity/pull/975)
23+
1924
## `0.2.2` - 2019-05-15
2025

2126
### Breaking Changes
@@ -41,11 +46,6 @@
4146

4247
- Fixed a bug where your own gun would not appear until after you moved around for a while.
4348

44-
### Internal
45-
46-
- Disabled Burst compilation for all platforms except for iOS, because Burst throws benign errors when building workers for other platforms than the one you are currently using. [#977](https://github.com/spatialos/gdk-for-unity/pull/977)
47-
- Enabled Burst compilation for iOS, because disabling results in an invalid XCode project. [#975](https://github.com/spatialos/gdk-for-unity/pull/975)
48-
4949
## `0.2.1` - 2019-04-15
5050

5151
### Changed

0 commit comments

Comments
 (0)