docs: add CHANGELOG.md to docs

This commit is contained in:
Zach Daniel 2024-05-08 19:07:47 -04:00
parent b9adecbf61
commit 281b37ec19

View file

@ -82,7 +82,8 @@ defmodule AshStateMachine.MixProject do
"documentation/topics/what-is-ash-state-machine.md",
"documentation/topics/charts.md",
"documentation/topics/working-with-ash-can.md",
"documentation/dsls/DSL:-AshStateMachine.md"
"documentation/dsls/DSL:-AshStateMachine.md",
"CHANGELOG.md"
],
groups_for_extras: [
Tutorials: ~r'documentation/tutorials',