Skip to content

Commit

Permalink
Add documentation re: v5
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb531 committed Mar 20, 2021
1 parent 84064dd commit dcb14b9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
*Copyright 2016-2020 Caleb Evans*
*Released under the MIT license*

## Backwards-incompatible changes from v5 to v4

To support the new graph visualization capabilities, `pydot` has been added as a
project dependency. The `pydot` package will be installed when you run `pip install automata-lib`.

## Backwards-incompatible changes from v3 to v4

The only backwards-incompatible change from v3 to v4 is that support for Python
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Huge thanks to [@YtvwlD][YtvwlD-profile] and [@dengl11][dengl11-profile] for the
[YtvwlD-profile]: https://github.com/YtvwlD
[dengl11-profile]: https://github.com/dengl11

## Migrating to v4
## Migrating to v5

If you wish to migrate to Automata v4 from an older version, please follow the
If you wish to migrate to Automata v5 from an older version, please follow the
[migration guide][migration].

[migration]: https://github.com/caleb531/automata/blob/master/MIGRATION.md
Expand Down

0 comments on commit dcb14b9

Please sign in to comment.