Skip to content

Commit

Permalink
Fix rst bug links
Browse files Browse the repository at this point in the history
  • Loading branch information
pschanely committed Jul 15, 2022
1 parent bc60936 commit 4f15b66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ Version 0.0.28
This is a **breaking change** - unfortunately, too many regular and correct typing
guards will not work at runtime with TYPE_CHECKING on.
(for one, you can use a guard to protect an import of a ``.pyi`` module,
e.g. pytorch in #172 <https://github.com/pschanely/CrossHair/issues/172>`__)
e.g. pytorch in `#172 <https://github.com/pschanely/CrossHair/issues/172>`__ )
CrossHair will now only be able to understand types that are present and resolvable
at runtime.
(previously it might have been able to resolve types in more cases, e.g. the circular
dependencies in #32 <https://github.com/pschanely/CrossHair/issues/32>`__)
dependencies in `#32 <https://github.com/pschanely/CrossHair/issues/32>`__ )


Version 0.0.27
Expand Down

0 comments on commit 4f15b66

Please sign in to comment.