-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #159 from bjorng/bjorn/news-27.2
Add news item for OTP 27.2
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
layout: post | ||
id: 172 | ||
title: "Erlang/OTP 27.2 Release" | ||
lead: "Erlang/OTP 27.2 is the second maintenance patch package for OTP 27, with mostly bug fixes." | ||
tags: "release, OTP, 27.2" | ||
date: "2024-12-11" | ||
author: "Björn Gustavsson" | ||
--- | ||
## OTP 27.2 | ||
|
||
Erlang/OTP 27.2 is the second maintenance patch package for OTP 27, with mostly bug fixes as well as improvements. | ||
|
||
### Potential incompatibilities: | ||
|
||
* The HTTP client now correctly takes into account the `full_result` request option | ||
when returning an asynchronous request. | ||
|
||
|
||
For details about bugfixes and potential incompatibilities see | ||
the [Erlang 27.2 README](https://erlang.org/download/OTP-27.2.README) | ||
|
||
The Erlang/OTP source can also be found at GitHub on the official Erlang repository, | ||
https://github.com/erlang/otp | ||
|
||
|
||
Download links for this and previous versions are found here | ||
|
||
- [https://www.erlang.org/downloads](/downloads) |