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

Changelog for 1.13.0 #14712

Merged
merged 10 commits into from
Jul 9, 2024
Merged

Changelog for 1.13.0 #14712

merged 10 commits into from
Jul 9, 2024

Conversation

straight-shoota
Copy link
Member

CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
@straight-shoota straight-shoota self-assigned this Jun 17, 2024
@crysbot
Copy link

crysbot commented Jun 24, 2024

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

CHANGELOG.md Outdated Show resolved Hide resolved
- *(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)
Copy link
Member

Choose a reason for hiding this comment

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

Maybe a bugfix?

Copy link
Member Author

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.

CHANGELOG.md Outdated Show resolved Hide resolved
@straight-shoota straight-shoota marked this pull request as ready for review July 8, 2024 19:21
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)
Copy link
Contributor

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.

@straight-shoota straight-shoota merged commit 6831e44 into master Jul 9, 2024
83 of 96 checks passed
@straight-shoota straight-shoota deleted the changelog/1.13.0 branch July 9, 2024 19:49
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants