summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 45d65f7d..af8b1d5b 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -86,6 +86,7 @@ For modders:
* Mods are now loaded much earlier in the game launch. This lets mods intercept any content asset, but the game is not fully initialized when `Entry` is called (use the `GameLaunched` event if you need to run code when the game is initialized).
* Removed all deprecated APIs.
* Removed `Monitor.ExitGameImmediately`.
+ * Fixed `ICursorPosition.AbsolutePixels` not adjusted for zoom.
* Changes:
* Added support for content pack translations.
* Added `IContentPack.HasFile`, `Context.IsGameLaunched`, and `SemanticVersion.TryParse`.