Skip to content

Commit 8d1dea2

Browse files
committed
Merge changelogs from v6.7.2, v6.8.2
3 parents bf0ea91 + bf93c57 + 808b0b2 commit 8d1dea2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
- [Tests] up to `node` `v12.10`, `v11.15`, `v10.16`, `v8.16`
2323
- [Tests] `Buffer.from` in node v5.0-v5.9 and v4.0-v4.4 requires a TypedArray
2424

25+
## **6.8.2**
26+
- [Fix] proper comma parsing of URL-encoded commas (#361)
27+
- [Fix] parses comma delimited array while having percent-encoded comma treated as normal text (#336)
28+
2529
## **6.8.1**
2630
- [Fix] `parse`: Fix parsing array from object with `comma` true (#359)
2731
- [Fix] `parse`: throw a TypeError instead of an Error for bad charset (#349)
@@ -49,6 +53,10 @@
4953
- [meta] add FUNDING.yml
5054
- [meta] Clean up license text so it’s properly detected as BSD-3-Clause
5155

56+
## **6.7.2**
57+
- [Fix] proper comma parsing of URL-encoded commas (#361)
58+
- [Fix] parses comma delimited array while having percent-encoded comma treated as normal text (#336)
59+
5260
## **6.7.1**
5361
- [Fix] `parse`: Fix parsing array from object with `comma` true (#359)
5462
- [Fix] `parse`: with comma true, handle field that holds an array of arrays (#335)

0 commit comments

Comments
 (0)