diff --git a/changelog.md b/changelog.md index 625ef56c61..a83a35bd15 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,15 @@ * Add v2 onion service deprecation warning to securedrop-admin (#5370) * Add v2 onion service deprecation warning to journalist interface (#5366) * Update kernel version to 4.14.188 (#5365) +* Changed modal_warning message in the delete source dialogue to match the context (#5358) +* Further redaction of wordlist (#5357) +* Handle disconnected replies in API endpoint (#5351) +* Handle disconnected submissions in API endpoint (#5345) +* Ignore tmp files in /var/lib/securedrop/shredder (#5308) +* Add type annotations for source_app/utils.py (#5300) +* Update syntax for existing type annotations (#5298) +* Handle case of deleted journalists (#5284) +* Adds more checks for invalid username (#5380) ## 1.4.1 @@ -66,7 +75,7 @@ * Improved QA loader script to produce datasets more consistent with production data (#5174, #5200) * Updated SecureDrop Core’s Qubes staging environment provisioning, removing requirement for manual reboots and renaming VMs to avoid conflicts with SecureDrop Workstation (#5190, #5099) -* Dependency updates: +* Dependency updates: * pyyaml from 5.1.2 to 5.3.1; * urllib from 1.25.3 to 1.25.8; * safety from 1.8.4 to 1.8.7; @@ -75,7 +84,7 @@ * pylint from 1.8.1 to 2.4.4; * markupsafe from 1.0 to 1.1.1; * setuptools from 41.6.0 to 46.0.0 - * astroid from 2.3.3 to 2.4.0 + * astroid from 2.3.3 to 2.4.0 (#5182, #5151, #5133, #5219) * Updated makefile lint target to ignore SC2230 shellcheck warnings (#5171) * CI: Updated translation tests to run in parallel across set of supported languages (#5062)