We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6f01c8 commit cd97357Copy full SHA for cd97357
CHANGE_LOG.md
@@ -10,6 +10,7 @@
10
- Moved some overly verbose `INFO` messages into `DEBUG`.
11
- Capped all numbers to 3 decimal places.
12
- Made debug 'wait' logging slightly less verbose.
13
+- Fix broken version string (`Wheatley vv0.6.0` will now be `Wheatley v0.6.0`)
14
15
## Technical changes
16
@@ -18,6 +19,8 @@
18
19
- Change place notation parsing to comply with CompLib and the XML specification.
20
- Add full static typing, and fix some `None`-related bugs.
21
- Prevent installing the wrong version of socketio to work with RingingRoom.
22
+- Reimplement the Ringing Rom integration code, and fix buggy expansion of PN when running on the
23
+ server.
24
25
# 0.5.2
26
- Bump numpy version to exactly `1.19.3` on Windows to fix
0 commit comments