We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d0691c commit 44a529bCopy full SHA for 44a529b
Readme.md
@@ -20,7 +20,15 @@ game specific things:
20
# Changelog
21
22
### v1.9
23
+- Added a new `CoopSupport.HostOnly` value.
24
+
25
+- Specifying a custom class when calling `build_mod` now type hints returning an instance of it,
26
+ instead of just `Mod`.
27
28
+- `SliderOption`s now throw if initialized with a step larger than their allowed range.
29
30
- Added `_(to|from)_json()` methods to all options.
31
32
- Changed settings saving and loading to use above methods.
33
34
### v1.8
0 commit comments