You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/whats_new.md
+19-2Lines changed: 19 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,26 @@
1
1
---
2
2
title: Whats New
3
-
description: Whats new with the release of MonoGame 3.8.1
3
+
description: What is new with the release of MonoGame 3.8.2
4
4
---
5
5
6
-
# Whats New
6
+
## MonoGame 3.8.2 (notes coming soon)
7
+
8
+
> [!NOTE]
9
+
> **Coming soon**
10
+
> Refer to the [CHANGELOG](https://github.com/MonoGame/MonoGame/blob/develop/CHANGELOG.md) for a more complete list of the changes.
11
+
12
+
* Update to .NET 8, including the MGCB tool (now a local tool rather than global, allowing different projects to use different versions)
13
+
* Removal of Windows UWP due to Microsoft shutting support for it (you can still use UWP if you remain on 3.8.1)
14
+
* Updated to building dependencies to improve support.
15
+
* New documentation, including the continuing migration of the older XNA documentation.
16
+
* A MASSIVE clean-up of the MonoGame XML documentation, big shout out to (@AristurtleDev and his team).
17
+
* Build system improvements (mainly a MonoGame building backend thing).
18
+
* Various bugfixes to so many areas of the Framework.
19
+
20
+
> [!NOTE]
21
+
> More details to follow
22
+
23
+
## MonoGame 3.8.1 (including Hotfix)
7
24
8
25
The MonoGame 3.8.1 release marks some big changes since 3.8.0 in how we build and distribute.
0 commit comments