summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0006b592..1cc02004 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,14 @@
Bug fixes on top of `1.3.0`.
+### Fixes
+
+- A bug was fixed that cased `just serve` to fail with an internal
+ error when building against ignore-special roots.
+- `just` now accurately reports internal errors that occured on
+ the serve endpoint.
+- Dependencies have been updated to also build with gcc 14.
+
## Release `1.3.0` (2024-05-08)
A feature release on top of `1.2.0`, backwards compatible.