Skip to content

Commit

Permalink
Version: 231.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
metalgearsloth committed Aug 28, 2024
1 parent 23a23f7 commit b0cb41e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 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>231.1.0</Version></PropertyGroup>
<PropertyGroup><Version>231.1.1</Version></PropertyGroup>
</Project>
Expand Down
17 changes: 14 additions & 3 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,29 @@ END TEMPLATE-->

### Bugfixes

* Fixed a bug where the client might not add entities to the broadphase/lookup components.
* Fixed various toolshed commands not working, including `sort`, `sortdown` `join` (for strings), and `emplace`
*None yet*

### Other

* Toolshed command blocks now stop executing if previous errors were not handled / cleared.
*None yet*

### Internal

*None yet*


## 231.1.1

### Bugfixes

* Fixed a bug where the client might not add entities to the broadphase/lookup components.
* Fixed various toolshed commands not working, including `sort`, `sortdown` `join` (for strings), and `emplace`

### Other

* Toolshed command blocks now stop executing if previous errors were not handled / cleared.


## 231.1.0

### New features
Expand Down

0 comments on commit b0cb41e

Please sign in to comment.