summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authormtgmonkey <mtgmonkey@nixos>2025-12-16 01:12:02 +0100
committermtgmonkey <mtgmonkey@nixos>2025-12-16 01:12:02 +0100
commitd36bbad5a86315100d69370466a4654ba5da5bc7 (patch)
tree8e6aac74dbe999bdffa82250ee54aabebb5caa42 /CHANGELOG.md
parent5a701a36328eeca44ad5dab85ab3b8287c96d79b (diff)
tidy up, submodule RGFW
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9ed07b8..0baa6ab 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
- support for Windows
- support for actually doing anything
+## [0.2.1] -- 2025-12-16
+
+### Changed
+
+- submodule for `RGFW.h` to ensure reproducability
+ - add `RGFW` as submodule
+ - modify flake to copy self's submodules to the store
+ - change include path of `library` in `hs-game.cabal`
+ - change include path of `lib/RGFW.hsc`
+
+### Removed
+
+- random junk files from `lib`
+ - no breaking changes, none were in any way linked
+
## [0.2.0] -- 2025-12-16
### Added