-
Notifications
You must be signed in to change notification settings - Fork 946
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
version 0.18.0 #680
version 0.18.0 #680
Conversation
I've added a note in the changelog precising that F16-F24 was a breaking change. That's unfortunate, I was hoping we could have this release without breaking changes. While we are at it, I'll check if there are other breaking PRs soon-to-be-merged that we might want to merge before the release. (EDIT: Ok, I don't see any other things that would be both breaking and soon to be merged in the pending PRs.) |
in the readme should be updated as well. |
fixed readme |
rebased master |
Sorry I've been silent on this! There are two concerns that need to be addressed:
|
Could we also merge #652 for 0.18? I think all issues with that have been resolved. |
@sodiumjoe can you please set the version of image crate to Edit: Also, someone with mac os is going to need to address francesca's second issue, so that upgrading cocoa version isn't a breaking change in the future. |
ok, bumped I'm on macos, but I'm not sure what the second thing is. Just delete that |
That impl is used internally here: https://github.com/tomaka/winit/blob/0fca8e8cb57f0b4b03bc12b1b17bec5855e7ec7e/src/platform/macos/window.rs#L720 So we either need to prevent the impl from being exposed (if that's possible?) or just change it into a regular |
I don't think that is possible, unless the type which has the impl is private, of course. |
rebased master again, i think that was all the blockers |
[ ] Tested on all platforms changed[ ] Added an entry toCHANGELOG.md
if knowledge of this change could be valuable to users[ ] Updated documentation to reflect any user-facing changes, including notes of platform-specific behavior[ ] Created an example program if it would help users understand this functionality