Hi all, On Fri, 16 Jun 2023 at 06:15, I wrote: > > Changes in this version include: > > (...) > > • Update Apache Flume from 1.7.0 to 1.8.0. (for LOG4J2-2082 by Gary > > Gregory) > > • Update Eclipse javax.persistence from 2.1.1 to 2.2.0. (for > > LOG4J2-2083 by Gary Gregory) > > • Update build to expect Java 8 sources and generate Java 8 byte codes. > > (for LOG4J2-2083 by Gary Gregory) > > (...) > > • Update Apache Flume from 1.8.0 to 1.9.0. (for LOG4J2-2572 by Gary > > Gregory) > > Users will probably read these carefully and such entries are > misleading. I can probably sort them out by the end of the voting > period, so that we can update the website shortly thereafter.
I have submitted a PR that removes the additional changelog entries: https://github.com/apache/logging-log4j2/pull/1518 Basically I tried to: * remove entries for a dependency dump that were out-of-date (because 2.20.0 has the same dependency version), * remove entries that already made it into 2.20.0, * improve formatting. Piotr