We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 687f26b commit 394eb90Copy full SHA for 394eb90
CHANGELOG.md
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+# [4.0.4] 2022-6-25
8
+
9
+- Bump Actix-web from `4.0.1` to `4.1.0`
10
+- Add a `prefer_single_line_descriptions` option on `SDLExportOptions` [#955](https://github.com/async-graphql/async-graphql/pull/955)
11
+- Fixes [#957](https://github.com/async-graphql/async-graphql/issues/957)
12
+- Fixes [#943](https://github.com/async-graphql/async-graphql/issues/943)
13
14
# [4.0.3] 2022-6-20
15
16
- Custom error type in axum request extractor [#945](https://github.com/async-graphql/async-graphql/pull/945)
0 commit comments