mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-14 19:29:36 +01:00
Version: 270.0.0
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<Project>
|
||||
|
||||
<!-- This file automatically reset by Tools/version.py -->
|
||||
<!-- This file automatically reset by Tools/version.py -->
|
||||
|
||||
|
||||
@@ -35,6 +35,29 @@ END TEMPLATE-->
|
||||
|
||||
### Breaking changes
|
||||
|
||||
*None yet*
|
||||
|
||||
### New features
|
||||
|
||||
*None yet*
|
||||
|
||||
### Bugfixes
|
||||
|
||||
*None yet*
|
||||
|
||||
### Other
|
||||
|
||||
*None yet*
|
||||
|
||||
### Internal
|
||||
|
||||
*None yet*
|
||||
|
||||
|
||||
## 270.0.0
|
||||
|
||||
### Breaking changes
|
||||
|
||||
* Fixed `IClydeWindowInternal` erroneously being public.
|
||||
* Added a new `[NotContentImplementable]` attribute and made many interfaces in the engine have it. This attribute marks that we may add members to these interfaces in the future, so content should not implement them.
|
||||
* Removed unused `IRenderableComponent`, `IRand`, and `IPlayerInput` interfaces.
|
||||
@@ -53,10 +76,6 @@ END TEMPLATE-->
|
||||
|
||||
* The size of the serializer string map is now logged.
|
||||
|
||||
### Internal
|
||||
|
||||
*None yet*
|
||||
|
||||
|
||||
## 269.0.1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user