Skip to content

Commit 824844a

Browse files
committed
Move CHANGELOG after Advanced section in docs
1 parent fb889bd commit 824844a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rebar.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
{main, <<"readme">>},
3636
{extras, [
3737
<<"README.md">>,
38-
<<"CHANGELOG.md">>,
3938
<<"docs/getting-started.md">>,
4039
<<"docs/ai-integration.md">>,
4140
<<"docs/type-conversion.md">>,
@@ -44,7 +43,8 @@
4443
<<"docs/memory.md">>,
4544
<<"docs/scalability.md">>,
4645
<<"docs/threading.md">>,
47-
<<"docs/testing-free-threading.md">>
46+
<<"docs/testing-free-threading.md">>,
47+
<<"CHANGELOG.md">>
4848
]},
4949
{groups_for_extras, [
5050
{<<"Guides">>, [

0 commit comments

Comments
 (0)