-
Notifications
You must be signed in to change notification settings - Fork 853
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release notes for 42.3.1 #2330
Release notes for 42.3.1 #2330
Conversation
CHANGELOG.md
Outdated
- remove unused OptimizedUTF8Encoder [PR 2329](https://github.com/pgjdbc/pgjdbc/pull/2329) | ||
I missed removing the base OptimizedUTF8Encoder class as part of [PR 2317](https://github.com/pgjdbc/pgjdbc/pull/2317) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure this is worth including, as it is really part of PR 2317 listed above
- remove unused OptimizedUTF8Encoder [PR 2329](https://github.com/pgjdbc/pgjdbc/pull/2329) | ||
I missed removing the base OptimizedUTF8Encoder class as part of [PR 2317](https://github.com/pgjdbc/pgjdbc/pull/2317) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same comment here
@@ -530,4 +556,5 @@ thrown to caller to be dealt with so no need to log at this verbosity by pgjdbc | |||
[42.2.22]: https://github.com/pgjdbc/pgjdbc/compare/REL42.2.21...REL42.2.22 | |||
[42.2.23]: https://github.com/pgjdbc/pgjdbc/compare/REL42.2.22...REL42.2.23 | |||
[42.2.24]: https://github.com/pgjdbc/pgjdbc/compare/REL42.2.23...REL42.2.24 | |||
[Unreleased]: https://github.com/pgjdbc/pgjdbc/compare/REL42.2.24...HEAD | |||
[42.3.0]: https://github.com/pgjdbc/pgjdbc/compare/REL42.3.0...REL42.3.1 | |||
[Unreleased]: https://github.com/pgjdbc/pgjdbc/compare/REL42.3.1...HEAD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be:
[42.3.0]: https://github.com/pgjdbc/pgjdbc/compare/REL42.2.24...REL42.3.0
[42.3.1]: https://github.com/pgjdbc/pgjdbc/compare/REL42.3.0...REL42.3.1
[Unreleased]: https://github.com/pgjdbc/pgjdbc/compare/REL42.3.1...HEAD
@@ -556,5 +554,6 @@ thrown to caller to be dealt with so no need to log at this verbosity by pgjdbc | |||
[42.2.22]: https://github.com/pgjdbc/pgjdbc/compare/REL42.2.21...REL42.2.22 | |||
[42.2.23]: https://github.com/pgjdbc/pgjdbc/compare/REL42.2.22...REL42.2.23 | |||
[42.2.24]: https://github.com/pgjdbc/pgjdbc/compare/REL42.2.23...REL42.2.24 | |||
[42.3.0]: https://github.com/pgjdbc/pgjdbc/compare/REL42.3.0...REL42.3.1 | |||
[42.3.0]: https://github.com/pgjdbc/pgjdbc/compare/REL42.2.24...REL42.3.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, but the last one is just REL42.3.0
No description provided.