diff --git a/CHANGELOG.txt b/CHANGELOG.txt index afd7823611..638709640d 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -22,6 +22,7 @@ Changelog ~~~~~~~~~~~~~~~~~~ * Fix: Fix form action URL in user edit and delete views for custom user models (Sage Abdullah) + * Fix: Fix snippet copy view not prefilling form data (Sage Abdullah) 6.1 (01.05.2024) diff --git a/docs/releases/6.1.1.md b/docs/releases/6.1.1.md index 0404eab02e..a15d126dd2 100644 --- a/docs/releases/6.1.1.md +++ b/docs/releases/6.1.1.md @@ -14,3 +14,4 @@ depth: 1 ### Bug fixes * Fix form action URL in user edit and delete views for custom user models (Sage Abdullah) + * Fix snippet copy view not prefilling form data (Sage Abdullah)