diff --git a/MSBuild/Robust.Engine.Version.props b/MSBuild/Robust.Engine.Version.props index 6f24bc64f..b292c769b 100644 --- a/MSBuild/Robust.Engine.Version.props +++ b/MSBuild/Robust.Engine.Version.props @@ -1,4 +1,4 @@ - 209.0.1 + 210.0.0 diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 1e5c88232..086b29d1d 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -39,6 +39,25 @@ END TEMPLATE--> ### New features +*None yet* + +### Bugfixes + +*None yet* + +### Other + +*None yet* + +### Internal + +*None yet* + + +## 210.0.0 + +### New features + * Controls can now hook before, after, and during rendering of their children. * IRenderHandle is now a public API, with the caveat that it's properties and methods are unstable. * ButtonGroup now exposes what buttons it contains, alongside which is currently pressed. @@ -63,14 +82,6 @@ END TEMPLATE--> * UI drawing now properly accounts for a control's draw routine potentially mangling the current matrix. * UI roots now properly update when the global stylesheet is changed. They previously only did so if they had a dedicated stylesheet (which is the one case where they would be unaffected by a global sheet update. -### Other - -*None yet* - -### Internal - -*None yet* - ## 209.0.1