From 98a56169e76432bd9efc43caddc59717278d758e Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sat, 31 Aug 2019 16:33:57 -0400 Subject: update release notes --- docs/release-notes.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/release-notes.md b/docs/release-notes.md index 352198e0..65fd71d4 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -43,6 +43,9 @@ These changes have not been released yet. * Added support for the Content Patcher format (thanks to TehPers!). * Added support for referencing a schema in a JSON Schema-compatible text editor. +* For the log parser: + * The page now detects your OS and preselects the right instructions (thanks to danvolchek!). + * 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). * Added support for content pack translations. -- cgit