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

Sort the release version order in descending order of release date #2507

Merged
merged 1 commit into from Dec 9, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions History.md
Expand Up @@ -152,16 +152,16 @@
* Support parallel tests in verbose progress reporting ([#2223])
* Refactor error handling in server accept loop ([#2239])

## 4.3.6 / 2020-09-05
## 4.3.7 / 2020-11-30

* Bugfixes
* Explicitly include ctype.h to fix compilation warning and build error on macOS with Xcode 12 ([#2304])
* Don't require json at boot ([#2269])
* Backport set CONTENT_LENGTH for chunked requests (Originally: [#2287], backport: [#2496])

## 4.3.7 / 2020-11-30
## 4.3.6 / 2020-09-05

* Bugfixes
* Backport set CONTENT_LENGTH for chunked requests (Originally: [#2287], backport: [#2496])
* Explicitly include ctype.h to fix compilation warning and build error on macOS with Xcode 12 ([#2304])
* Don't require json at boot ([#2269])

## 4.3.4/4.3.5 and 3.12.5/3.12.6 / 2020-05-22

Expand Down