From 60497df04b0511238435ec68ba439ccdd0f8ae87 Mon Sep 17 00:00:00 2001 From: Akshay Joshi Date: Mon, 15 Apr 2024 11:54:31 +0530 Subject: [PATCH] Updated release note. --- docs/en_US/release_notes_8_6.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/en_US/release_notes_8_6.rst b/docs/en_US/release_notes_8_6.rst index 25dcab90c..f4bbe27b1 100644 --- a/docs/en_US/release_notes_8_6.rst +++ b/docs/en_US/release_notes_8_6.rst @@ -21,13 +21,15 @@ New features ************ | `Issue #6728 `_ - Added the new columns "last_seq_scan" and "last_idx_scan" from the pg_stat_all_tables and pg_stat_all_indexes tables respectively to the Statistics tab. + | `Issue #7163 `_ - Added support for excluding multiple tables while taking Backup. Housekeeping ************ - | `Issue #7213 `_ - Update UI library MUI from v4 to v5, more details `here `_ + | `Issue #7213 `_ - Update UI library MUI from v4 to v5, more details `here `_ Bug fixes ********* + | `Issue #7282 `_ - Fixed an XSS vulnerability in the /settings/store endpoint. | `Issue #7294 `_ - Fixed an issue where double dollar quoted code is treated as string in syntax highlighter.