Skip to content

Commit

Permalink
docs: add instructions for moving from 6.x to 7.x (#143)
Browse files Browse the repository at this point in the history
Since 7.x has so many breaking changes, add an `UPGRADING.md` doc that
lists them all, with before/after examples.

Note that this is *not* the full release notes for 7.x - it doesn't
cover any of the non-breaking changes, other than when they are
incidentally used as part of the examples. We can write release notes
for the release fairly shortly, which can be more comprehensive (but
probably not have as many examples).
  • Loading branch information
tonyandrewmeyer committed Sep 2, 2024
1 parent 33cb2e3 commit 1da9684
Show file tree
Hide file tree
Showing 4 changed files with 411 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ __pycache__/
dist/
*.pytest_cache
htmlcov/
.vscode
Loading

0 comments on commit 1da9684

Please sign in to comment.