Skip to content

Commit bac7e38

Browse files
author
Christopher Doris
committed
tweaks
1 parent 5eba854 commit bac7e38

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/src/releasenotes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Release Notes
22

33
## Unreleased (v1)
4-
* The vast majority of these changes are breaking, see the [Migration Guide](@ref v1-migration-guide) for how to upgrade to v1.
4+
* The vast majority of these changes are breaking, see the [v1 Migration Guide](@ref) for how to upgrade.
55
* Changes to core functionality:
66
* Comparisons like `==(::Py, ::Py)`, `<(::Py, ::Number)`, `isless(::Number, ::Py)` now return `Bool` instead of `Py`.
77
* Changes to `PythonCall.GC` (now more like `Base.GC`):

docs/src/v1-migration-guide.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# [v0.9 to v1 Migration Guide](@id v1-migration-guide)
1+
# v1 Migration Guide
2+
3+
Use this guide to help with migrating code from v0.9 to v1.
24

35
## Core functionality
46

0 commit comments

Comments
 (0)