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 af2e0fd commit 85b9083Copy full SHA for 85b9083
VERSIONS.md
@@ -9,7 +9,7 @@ the readonly=True keyword parameter will limit options to the passed-in list.
9
- Added some internal changes, mostly revolving around the keygen (which is responsible for ensuring that the same key is not
10
used multiple times). There is now a Form.close() method that safely closes out the form by resetting the keygen for elements
11
associated with the form, and Query instances that are assocated with the form. This makes it much easier to re-use window layouts
12
-as the keygen will reset, and we won't be keeping old Query objects laying around hiding from the garbage collector.
+as the keygen will reset, and we won't be keeping old Query objects lying around hiding from the garbage collector.
13
-
14
15
0 commit comments