Skip to content
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

Merged
merged 9 commits into from
Oct 25, 2023
Merged

Conversation

pepone
Copy link
Member

@pepone pepone commented Oct 24, 2023

No description provided.

@pepone pepone requested a review from externl October 24, 2023 16:27
Copy link
Member

@externl externl left a 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.

CHANGELOG-3.7.md Outdated Show resolved Hide resolved
CHANGELOG-3.7.md Outdated Show resolved Hide resolved
CHANGELOG-3.7.md Outdated Show resolved Hide resolved
CHANGELOG-3.7.md Outdated Show resolved Hide resolved
CHANGELOG-3.7.md Outdated Show resolved Hide resolved
CHANGELOG-3.7.md Outdated Show resolved Hide resolved
CHANGELOG-3.7.md Show resolved Hide resolved
CHANGELOG-3.7.md Outdated Show resolved Hide resolved
pepone and others added 4 commits October 24, 2023 19:19
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 Show resolved Hide resolved
CHANGELOG-3.7.md Outdated

## C# Changes

- Fix generated code for compatability with .NET 8. (https://github.com/zeroc-ice/ice/issues/1548)

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:

Suggested change
- 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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- 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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- 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)

@pepone pepone requested a review from externl October 24, 2023 20:05
Copy link
Member

@externl externl left a 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)
Copy link
Member

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)
Copy link
Member

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)
Copy link
Member

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.

Copy link
Member

@InsertCreativityHere InsertCreativityHere left a 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.

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:

Suggested change
- 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)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same

Suggested change
- 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)

@pepone pepone merged commit 587afaf into zeroc-ice:3.7 Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants