You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG-ELM-PACKAGE.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9
9
10
10
## [Unreleased]
11
11
12
+
## [5.0.8] - 2021-11-29
13
+
14
+
### Fixed
15
+
16
+
- Order is now correctly preserved. Version 5.0.6 broke this condition, which is required by the GraphQL spec for mutations so they can be performed in a
17
+
specific order. Thank you @kyasu1 for the PR! See [#575](https://github.com/dillonkearns/elm-graphql/pull/575).
0 commit comments