diff --git a/CHANGELOG.md b/CHANGELOG.md index 211f24a2..bfb1bf50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.2.11.2 +- Implemented proper Districting with Mixed OWR, affecting Hints and District modes +- Suppressed item locations in spoiler log that are junk or logical + ## 0.2.11.1 - Renamed mode: Tile Swap (Mixed) is now called Tile Flip (Mixed) - Fixed generation errors due to issue with new Farmable item locations diff --git a/OverworldShuffle.py b/OverworldShuffle.py index 4329bdc4..9f8152e6 100644 --- a/OverworldShuffle.py +++ b/OverworldShuffle.py @@ -7,7 +7,7 @@ from OWEdges import OWTileRegions, OWEdgeGroups, OWEdgeGroupsTerrain, OWExitType from OverworldGlitchRules import create_owg_connections from Utils import bidict -version_number = '0.2.11.1' +version_number = '0.2.11.2' # branch indicator is intentionally different across branches version_branch = '-u'