From 85f3a586afa2ea7198bcfd43c9bca5a156c0c61e Mon Sep 17 00:00:00 2001 From: PhallenCassidy Date: Sun, 23 Oct 2022 22:13:01 -0400 Subject: [PATCH] Update changeLog.html Covers changes from myself and SalavecJ --- .../gemp-lotr-async/src/main/web/includes/info/changeLog.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gemp-lotr/gemp-lotr-async/src/main/web/includes/info/changeLog.html b/gemp-lotr/gemp-lotr-async/src/main/web/includes/info/changeLog.html index a6cf460a2..e417dcfb7 100644 --- a/gemp-lotr/gemp-lotr-async/src/main/web/includes/info/changeLog.html +++ b/gemp-lotr/gemp-lotr-async/src/main/web/includes/info/changeLog.html @@ -1,5 +1,9 @@
 Most recent update
+- The Hobbit's "Bilbo, Master of Riddles" is now properly strength +2 when skirmishing Smaug
+- Added "Hobbit: Open" to the game hall, which allows decks to be constructed for The Hobbit across all of its expansions
+- Fixed the deckbuilder definition for The Hobbit to properly validate decks in the format
+- Removed the Gundabad and Esgaroth culture filters from the deckbuilder
 
 2022 September 12
 - Revamped several back-end systems to be hot-reloadable. What this means is, any future changes to formats, packs, draft or sealed events, or card definitions can all be pushed and updated without requiring a server restart, even mid-game. Certain bugfixes should be deployed much faster now!