diff --git a/docs/en_US/release_notes_8_3.rst b/docs/en_US/release_notes_8_3.rst index 629c271f1..bf6d404a6 100644 --- a/docs/en_US/release_notes_8_3.rst +++ b/docs/en_US/release_notes_8_3.rst @@ -34,8 +34,12 @@ Housekeeping Bug fixes ********* + | `Issue #5083 `_ - Fixed an issue where format sql was messing up operator. Included many other feature changes, more details `here `_ | `Issue #7053 `_ - Add support for selecting a schema in the backup database dialog with no tables, mviews, views or foreign tables. | `Issue #7055 `_ - Fixed a UI border issue on the dependencies tab for columns with icon. | `Issue #7073 `_ - Fixed an issue where multiple errors were showing if user does not have connect privileges. | `Issue #7085 `_ - Fixed an issue where group membership information was displayed incorrectly. - | `Issue #7113 `_ - Ensure that the correct SQL is generated when changing the column data type to "char". \ No newline at end of file + | `Issue #7113 `_ - Ensure that the correct SQL is generated when changing the column data type to "char". + | `Issue #7153 `_ - Fixed an issue pgAdmin fails to launch due to inconsistent PATH variable name on windows. + | `Issue #7166 `_ - Fix a backend server error when creating a named restore point. + | `Issue #7175 `_ - Fix wrong default for FORCE_LOWER in the FLASK_GRAVATAR module. \ No newline at end of file diff --git a/tools/requirements.txt b/tools/requirements.txt index 0f19e7e10..86b0b9059 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -1,3 +1,5 @@ requests>=2.21.0 requests[security]>=2.21.0 safety>=1.9.0 +Sphinx==7.2.6 +sphinxcontrib-youtube==1.4.1 \ No newline at end of file