-
Notifications
You must be signed in to change notification settings - Fork 593
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
Update changelog for 3.7.10 release #1563
Conversation
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.
Looks good. Periods are missing for most sentences.
Co-authored-by: Joe George <[email protected]>
Co-authored-by: Joe George <[email protected]>
Co-authored-by: Joe George <[email protected]>
Co-authored-by: Joe George <[email protected]>
CHANGELOG-3.7.md
Outdated
|
||
## C# Changes | ||
|
||
- Fix generated code for compatability with .NET 8. (https://github.com/zeroc-ice/ice/issues/1548) |
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.
Looking at the rest of the changelog, we always write these in past-tense:
- Fix generated code for compatability with .NET 8. (https://github.com/zeroc-ice/ice/issues/1548) | |
- Fixed generated code to be compatible with .NET 8. (https://github.com/zeroc-ice/ice/issues/1548) |
CHANGELOG-3.7.md
Outdated
|
||
## Python Changes | ||
|
||
- Fix Python 3.12 build failures https://github.com/zeroc-ice/ice/issues/1558 |
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.
- Fix Python 3.12 build failures https://github.com/zeroc-ice/ice/issues/1558 | |
- Fixed Python 3.12 build failures. (https://github.com/zeroc-ice/ice/issues/1558) |
CHANGELOG-3.7.md
Outdated
|
||
- Build fixes for compatibility with JDK 21 | ||
|
||
- Fix generated Java constructors to correctly count the max parameters https://github.com/zeroc-ice/ice/issues/1540 |
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.
- Fix generated Java constructors to correctly count the max parameters https://github.com/zeroc-ice/ice/issues/1540 | |
- Fixed generated Java constructors to correctly count the max parameters. (https://github.com/zeroc-ice/ice/issues/1540) |
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.
Looks good!
CHANGELOG-3.7.md
Outdated
|
||
- Fixed failures building from source with G++ 13. (https://github.com/zeroc-ice/ice/issues/1489) | ||
|
||
- Fixed the C++11 library names produced by Windows builds. (https://github.com/zeroc-ice/ice/issues/1502) |
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.
I would remove this entry. It's a minor change, and as stated, confusing.
CHANGELOG-3.7.md
Outdated
|
||
## C# Changes | ||
|
||
- Fixed generated code for compatability with .NET 8. (https://github.com/zeroc-ice/ice/issues/1548) |
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.
compatibility ... .NET 8.0
CHANGELOG-3.7.md
Outdated
|
||
- Add support for JDK 21. | ||
|
||
- Fixed generated Java constructors to correctly count the max parameters. (https://github.com/zeroc-ice/ice/issues/1540) |
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.
Should be rephrased. It's about not generating these constructors in some cases.
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.
Looks good!
CHANGELOG-3.7.md
Outdated
|
||
## Java Changes | ||
|
||
- Add support for JDK 21. |
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.
For consistency with the rest of the file:
- Add support for JDK 21. | |
- Added support for JDK 21. |
We always say "added support for X".
CHANGELOG-3.7.md
Outdated
|
||
## Python Changes | ||
|
||
- Add support for Python 3.12. (https://github.com/zeroc-ice/ice/issues/1558) |
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
- Add support for Python 3.12. (https://github.com/zeroc-ice/ice/issues/1558) | |
- Added support for Python 3.12. (https://github.com/zeroc-ice/ice/issues/1558) |
No description provided.