From 58d3b2f6e35a7d09bcca387ca2e7fa1faba53294 Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 16 May 2023 15:37:37 -0700 Subject: [PATCH] docs tweak --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74bf04ae..580de4ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -209,6 +209,9 @@ - Starting to move the 'spinoff' system into the public repo (things like tools/spinoff and tools/batools/spinoff). This is what will be used to make filtered standalone versions of ballistica. More on this soon. +- The `ba` module is now called `babase` and is now just a feature-set like any + other, which simplifies a lot of project logic. It can even be removed from + spinoff projects, though in practice it makes little sense to do so. - Python dummy-modules are now always generated on an as-needed basis (when running things like `make mypy`) and live in build/dummymodules instead of under assets src.