Skip to content

Commit

Permalink
Version: 204.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metalgearsloth committed Jan 9, 2024
1 parent 7592997 commit ac60567
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 5 deletions.
2 changes: 1 addition & 1 deletion MSBuild/Robust.Engine.Version.props
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project>
<!-- This file automatically reset by Tools/version.py -->
<PropertyGroup><Version>203.0.0</Version></PropertyGroup>
<PropertyGroup><Version>204.0.0</Version></PropertyGroup>
</Project>
Expand Down
30 changes: 26 additions & 4 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,11 @@ END TEMPLATE-->

### New features

* `TextEdit.OnTextChanged`
* Add Pick and PickAndTake versions for System.Random for ICollections.
*None yet*

### Bugfixes

* Fix `IClipboardManager.GetText()` returning null in some cases.
* Fix possible NRE in server-side console command completion code.
*None yet*

### Other

Expand All @@ -56,6 +54,30 @@ END TEMPLATE-->
*None yet*


## 204.0.0

### Breaking changes

* Make EntityManager abstract and make IEntityManager.EntityNetManager not nullable.
* Make VVAccess.ReadWrite default for all Datafields instead of VVAccess.ReadOnly

### New features

* `TextEdit.OnTextChanged`
* Add Pick and PickAndTake versions for System.Random for ICollections.

### Bugfixes

* Fix `IClipboardManager.GetText()` returning null in some cases.
* Fix possible NRE in server-side console command completion code.
* Fix possible NRE on DebugConsole logs.
* Fix exception when VVing non-networked components.

### Other

* Remove "Do not use from content" from IComponent.


## 203.0.0

### Breaking changes
Expand Down

0 comments on commit ac60567

Please sign in to comment.