-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Changelog for 1.13.0 #14712
Changelog for 1.13.0 #14712
Conversation
This pull request has been mentioned on Crystal Forum. There might be relevant details there: https://forum.crystal-lang.org/t/upcoming-release-1-13-0/6960/1 |
- *(files)* Implement `File.readable?` and `.writable?` in Win32 ([#14420], thanks @HertzDevil) | ||
- *(files)* Make `File.readable?` and `.writable?` follow symlinks on Windows ([#14514], thanks @HertzDevil) | ||
- *(llvm)* Add some missing `LLVM::Context` bindings ([#14612], thanks @ysbaddaden) | ||
- *(llvm)* Do not strip the macOS target triple ([#14466], thanks @hovsater) |
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.
Maybe a bugfix?
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.
Depends on perspective. I understand it as a feature enhancement of the LLVM library to include the deployment version into the default target triple.
b33069e
to
3898436
Compare
CHANGELOG.md
Outdated
- *(networking)* Relax type restriction of handlers in `HTTP::Server.new` to `Indexable(HTTP::Handler)` ([#14413], thanks @hugopl) | ||
- *(networking)* **[security]** OpenSSL: don't change default cipher suites ([#14655], thanks @ysbaddaden) | ||
- *(networking)* Allow parsing cookies with space in the value ([#14455], thanks @anton7c3) | ||
- *(runtime)* Allow `Atomic`s of pointer types ([#14401], thanks @HertzDevil) |
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.
question: shouldn't Atomic(Bool)
and Atomic(Pointer)
be grouped together? That is both be concurrency
or runtime
.
Preview: https://github.com/crystal-lang/crystal/blob/changelog/1.13.0/CHANGELOG.md