From 41b68990114d6e51614f32d339441c2e31a3023f Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Sat, 20 May 2023 15:56:20 +0100 Subject: [PATCH] Add PR number to changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a2bd86c..9e197f0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,7 +30,7 @@ Please add your entries according to this format. * Fixed RTL issue in payload view [#733] * Fixed StrictMode ThreadPolicy violations [#737] * Fixed Memory Leak with Toasts: Use applicationContext instead of Activity [#810] -* Improved error message when trying to save empty bodies [#] +* Improved error message when trying to save empty bodies [#1038] ### Removed @@ -558,3 +558,4 @@ Initial release. [#930]: https://github.com/ChuckerTeam/chucker/pull/930 [#970]: https://github.com/ChuckerTeam/chucker/pull/970 [#975]: https://github.com/ChuckerTeam/chucker/pull/975 +[#1038]: https://github.com/ChuckerTeam/chucker/pull/1038