Enforce the minimum Windows version that the installer will run on. Fixes #7135

This commit is contained in:
Dave Page
2022-01-21 12:59:01 +00:00
parent c983aae881
commit c65f60771a
2 changed files with 3 additions and 0 deletions

View File

@@ -22,3 +22,4 @@ Bug fixes
| `Issue #7035 <https://redmine.postgresql.org/issues/7035>`_ - Fixed an issue where connections keep open to (closed) connections on the initial connection to the database server.
| `Issue #7085 <https://redmine.postgresql.org/issues/7085>`_ - Ensure that Partitioned tables should be visible correctly when creating multiple partition levels.
| `Issue #7100 <https://redmine.postgresql.org/issues/7100>`_ - Fixed an issue where the Browser tree gets disappears when scrolling sequences.
| `Issue #7135 <https://redmine.postgresql.org/issues/7100>`_ - Enforce the minimum Windows version that the installer will run on.