Update release notes.

This commit is contained in:
Aditya Toshniwal 2024-04-10 18:00:57 +05:30
parent e384c9665a
commit e612140473
2 changed files with 2 additions and 2 deletions

View File

@ -287,5 +287,5 @@ jobs:
if: success() || failure() if: success() || failure()
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: regression-log-epas${{ matrix.pgver }} name: regression-log-epas-${{ matrix.os }}-pg${{ matrix.pgver }}
path: web/regression/regression.log path: web/regression/regression.log

View File

@ -29,5 +29,5 @@ Housekeeping
Bug fixes Bug fixes
********* *********
| `Issue #7282 <https://github.com/pgadmin-org/pgadmin4/issues/7282>`_ - Fixed an XSS vulnerability in the /settings/store endpoint.
| `Issue #7294 <https://github.com/pgadmin-org/pgadmin4/issues/7294>`_ - Fixed an issue where double dollar quoted code is treated as string in syntax highlighter. | `Issue #7294 <https://github.com/pgadmin-org/pgadmin4/issues/7294>`_ - Fixed an issue where double dollar quoted code is treated as string in syntax highlighter.