File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,15 @@ Changelog
6
6
Next Version
7
7
------------
8
8
9
+ * Nothing yet!
10
+
11
+
12
+ Version 0.0.84
13
+ --------------
14
+
15
+ * Prevent ``OverflowError: int too large to convert to float `` that can
16
+ happen when running ``crosshair watch `` on some codebases.
17
+ (fixes `#340 <https://github.com/pschanely/CrossHair/issues/340 >`__)
9
18
* Added support for untyped namedtuples as arguments.
10
19
CrossHair doesn't ever do much with untyped values, but this fixes an
11
20
issue where attempting to generate them would prevent analysis entirely.
@@ -14,9 +23,6 @@ Next Version
14
23
thanks `aksh16 <https://github.com/aksh16 >`__!)
15
24
* Add ``py.typed `` marker to facilitate typed plugin development.
16
25
(fixes `#341 <https://github.com/pschanely/CrossHair/issues/341 >`__)
17
- * Prevent ``OverflowError: int too large to convert to float `` that can
18
- happen when running ``crosshair watch `` on some codebases.
19
- (fixes `#340 <https://github.com/pschanely/CrossHair/issues/340 >`__)
20
26
21
27
22
28
Version 0.0.83
You can’t perform that action at this time.
0 commit comments