Skip to content

Commit 3b27365

Browse files
committed
Update changelog
1 parent bb8e40b commit 3b27365

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

doc/source/changelog.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ Changelog
66
Next Version
77
------------
88

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>`__)
918
* Added support for untyped namedtuples as arguments.
1019
CrossHair doesn't ever do much with untyped values, but this fixes an
1120
issue where attempting to generate them would prevent analysis entirely.
@@ -14,9 +23,6 @@ Next Version
1423
thanks `aksh16 <https://github.com/aksh16>`__!)
1524
* Add ``py.typed`` marker to facilitate typed plugin development.
1625
(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>`__)
2026

2127

2228
Version 0.0.83

0 commit comments

Comments
 (0)