File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -10,19 +10,18 @@ New features:
10
10
11
11
Bugfixes:
12
12
13
- - Fixed encoding of spaces. Spaces must be replaced by ` + ` instead of ` %20 ` (#24 by @dederer )
14
-
15
13
Other improvements:
16
14
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
+
17
20
## [ v6.0.0] ( https://github.com/purescript-contrib/purescript-form-urlencoded/releases/tag/v6.0.0 ) - 2021-02-26
18
21
19
22
Breaking changes:
20
23
- Added support for PureScript 0.14 and dropped support for all previous versions (#20 )
21
24
22
- New features:
23
-
24
- Bugfixes:
25
-
26
25
Other improvements:
27
26
- Added tests for ` decode ` and ` encode ` (#15 by @nsaunders )
28
27
- Changed default branch to ` main ` from ` master `
You can’t perform that action at this time.
0 commit comments