From d6d3fd3424f8864cbe63a1e1777eea3776b7f5eb Mon Sep 17 00:00:00 2001 From: Griatch Date: Wed, 19 Nov 2025 20:33:01 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e19b07f4b..ac50d4140b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ## Main branch - Security dependency updates: Django >5.2.8 (<5.3), Django RestFramework 3.16 +- [Fix]: API /openapi/setattribute endpoints were both POST and PUT, causing schema + errors; now changed to PUT only. (Griatch) - [Fix][pull3799]: Fix typo in `basic_tc.py` contrib for beginner tutorial (Tharic99) - [Fix][pull3806]: EvMore wouldn't pass Session to next cmd when exiting (gas-public-wooden-clean) - [Fix][pull3809]: Admin page - Repair link to Account button (UserlandAlchemist)