diff --git a/book/src/SUMMARY.md b/book/src/SUMMARY.md index d0350fc14..7362380e7 100644 --- a/book/src/SUMMARY.md +++ b/book/src/SUMMARY.md @@ -14,3 +14,6 @@ - [Iterating over trees](./tree_sequence_iterate_trees.md) - [Working with trees](./tree_sequence_tree.md) - [Miscellaneous operations](./tree_sequence_miscellaneous.md) + +[Changelog](./changelog.md) +[Migration Guide](./migration_guide.md) diff --git a/book/src/changelog.md b/book/src/changelog.md new file mode 100644 index 000000000..c16cb03d3 --- /dev/null +++ b/book/src/changelog.md @@ -0,0 +1 @@ +{{#include ../../CHANGELOG.md}} diff --git a/book/src/migration_guide.md b/book/src/migration_guide.md new file mode 100644 index 000000000..78934c9ee --- /dev/null +++ b/book/src/migration_guide.md @@ -0,0 +1,2 @@ +{{#include ../../MIGRATION_GUIDE.md}} +