Message-ID: From: "dfa1 (@dfa1)" To: "pgjdbc/pgjdbc" Date: Mon, 11 May 2026 21:34:59 +0000 Subject: [pgjdbc/pgjdbc] PR #4065: revert: drop unrelated whitespace changes in CHANGELOG.md List-Id: X-GitHub-Author-Id: 5798698 X-GitHub-Author-Login: dfa1 X-GitHub-Issue: 4065 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-State: merged X-GitHub-Type: pull_request X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/4065 Content-Type: text/plain; charset=utf-8 Keep only the 42.7.12 entry for PR #4063; revert trailing-whitespace cleanup applied to unrelated historical sections. ### All Submissions: * [ ] Have you followed the guidelines in our [Contributing](https://github.com/pgjdbc/pgjdbc/blob/master/CONTRIBUTING.md) document? * [ ] Have you checked to ensure there aren't other open [Pull Requests](../../pulls) for the same update/change? ### New Feature Submissions: 1. [ ] Does your submission pass tests? 2. [ ] Does `./gradlew styleCheck` pass ? 3. [ ] Have you added your new test classes to an existing test suite in alphabetical order? ### Changes to Existing Features: * [ ] Does this break existing behaviour? If so please explain. * [ ] Have you added an explanation of what your changes do and why you'd like us to include them? * [ ] Have you written new tests for your core changes, as applicable? * [ ] Have you successfully run tests with your changes locally?