Skip to content

Commit f5d4d31

Browse files
Update CHANGELOG.md
1 parent ec59903 commit f5d4d31

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,18 @@ New features:
1010

1111
Bugfixes:
1212

13-
- Fixed encoding of spaces. Spaces must be replaced by `+` instead of `%20` (#24 by @dederer)
14-
1513
Other improvements:
1614

15+
## [v6.0.1](https://github.com/purescript-contrib/purescript-form-urlencoded/releases/tag/v6.0.1) - 2021-06-16
16+
17+
Bugfixes:
18+
- Fixed encoding of spaces. Spaces must be replaced by `+` instead of `%20` (#24 by @dederer)
19+
1720
## [v6.0.0](https://github.com/purescript-contrib/purescript-form-urlencoded/releases/tag/v6.0.0) - 2021-02-26
1821

1922
Breaking changes:
2023
- Added support for PureScript 0.14 and dropped support for all previous versions (#20)
2124

22-
New features:
23-
24-
Bugfixes:
25-
2625
Other improvements:
2726
- Added tests for `decode` and `encode` (#15 by @nsaunders)
2827
- Changed default branch to `main` from `master`

0 commit comments

Comments
 (0)