diff --git a/docs/release-notes/2024/1100.md b/docs/release-notes/2024/1100.md
index 467fad2..92ebd1e 100644
--- a/docs/release-notes/2024/1100.md
+++ b/docs/release-notes/2024/1100.md
@@ -1,9 +1,18 @@
---
layout: home
---
-# 2024.1100 - Current Version: IDE 700/Runtime 718
+# 2024.1100 - Current Version: IDE 703/Runtime 719
-Download Links: [Windows](https://gms.yoyogames.com/GameMaker-Installer-2024.1100.0.700.exe) - [macOS](https://gms.yoyogames.com/GameMaker-2024.1100.0.700.pkg) - [Ubuntu Beta](https://gms.yoyogames.com/GameMaker-Beta-2024.1100.0.700.deb)
+Download Links: [Windows](https://gms.yoyogames.com/GameMaker-Installer-2024.1100.0.703.exe) - [macOS](https://gms.yoyogames.com/GameMaker-2024.1100.0.703.pkg) - [Ubuntu Beta](https://gms.yoyogames.com/GameMaker-Beta-2024.1100.0.703.deb)
+
+## Beta 9 - [IDE 703/Runtime 719 Changes](https://github.com/YoYoGames/GameMaker-Bugs/issues?q=is%3Aissue+is%3Aclosed+milestone%3A2024.11+closed%3A2024-11-28..2024-12-03) (Dec 4, 2024)
+
+- **Just these couple of IDE fixes**
+ - Docs Integration: Help > Required SDKs menubar option link/redirect no longer breaks when using Firefox as your default browser [#8536](https://github.com/YoYoGames/GameMaker-Bugs/issues/8536)
+ - Licensing: "Forgotten Password" on Legacy Account dialog no longer opens a 404 page in your browser [#8588](https://github.com/YoYoGames/GameMaker-Bugs/issues/8588)
+ - Note that the changelist above does show a few runtime changes also, but these were all in earlier 2024.1100 runtimes - it's just that report has only been closed/updated more recently
+
+
## Beta 8 - [IDE 700/Runtime 718 Changes](https://github.com/YoYoGames/GameMaker-Bugs/issues?q=is%3Aissue+is%3Aclosed+milestone%3A2024.11+closed%3A2024-11-15..2024-11-27) (Nov 28, 2024)
@@ -29,12 +38,12 @@ Download Links: [Windows](https://gms.yoyogames.com/GameMaker-Installer-2024.110
- **Other Runtime Changes To Be Aware Of**
- Building Projects: Mipmap support causes fails in 2024.1100 if projects use offline mipmap generation [#8522](https://github.com/YoYoGames/GameMaker-Bugs/issues/8522)
- In-Game: Inherited functions are not overridden if called from an inherited event in 2024.1100 runtimes [#8434](https://github.com/YoYoGames/GameMaker-Bugs/issues/8434)
- - In-Game: int64s are incorrectly truncating to 32bit when using <<, >>, bitwise &, | and ^ in 2024.1100 runtimes [#8120](https://github.com/YoYoGames/GameMaker-Bugs/issues/8120)
+ - In-Game: int64s are incorrectly truncating to 32bit when using various bitwise operators in 2024.1100 runtimes [#8120](https://github.com/YoYoGames/GameMaker-Bugs/issues/8120)
- In-Game: [GX.games] Audio Groups can be stripped in 2024.1100 even when the option is off, causes indexes to be offset [now, the option is obeyed correctly and unused groups will still be listed during the build, keeping the indexes correct] [#8518](https://github.com/YoYoGames/GameMaker-Bugs/issues/8518)
- In-Game: [VM] Legacy "other" behaviour (#7913) has regressed in 2024.1100 after new Game Options added for controlling this [#8514](https://github.com/YoYoGames/GameMaker-Bugs/issues/8514)
- In Game: [iOS YYC] YYRValue::__localcopy() still crashes in runtime 2024.1100.0.707 [#8412](https://github.com/YoYoGames/GameMaker-Bugs/issues/8412)
- In-Game: audio_sound_get_loop_end() check for whether sounds are valid is incorrect in 2024.1100 runtimes [#8433](https://github.com/YoYoGames/GameMaker-Bugs/issues/8433)
- - In-Game: video_get_status() in 2024.1100 always returns "video_status_preparing" until the first draw call is made [#8474](https://github.com/YoYoGames/GameMaker-Bugs/issues/8474)
+ - In-Game: video_get_status() in 2024.1100 always returns "video_status_preparing" until the first draw call is made [#8474](https://github.com/YoYoGames/GameMaker-Bugs/issues/8474) / In Game: [Windows] MP4 video playback is affected by game_set_speed() and can cause freezes/crashes at certain values [#8451](https://github.com/YoYoGames/GameMaker-Bugs/issues/8451)