Skip to content

Commit ed4918a

Browse files
committed
Fix changelog.
Fix rebase issues.
1 parent 7edd8aa commit ed4918a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@
1414
result in lossy behavior or other data warnings. This is intended to be the
1515
common way that digital signing and similar applications use this library.
1616

17+
### Removed
18+
- Experimental non-standard `protectedMode` option.
19+
- **BREAKING**: Various console warnings were removed. The newly added "safe
20+
mode" can stop processing where these warnings occurred.
21+
- **BREAKING**: Remove `compactionMap` and `expansionMap`. Their known use
22+
cases are addressed with "safe mode" and future planned features.
23+
1724
## 6.0.0 - 2022-06-06
1825

1926
### Changed
@@ -36,13 +43,6 @@
3643
and provide other improvements.
3744
- Use global `URL` interface to handle relative redirects.
3845

39-
### Removed
40-
- Experimental non-standard `protectedMode` option.
41-
- **BREAKING**: Various console warnings were removed. The newly added "safe
42-
mode" can stop processing where these warnings were.
43-
- **BREAKING**: Remove `compactionMap` and `expansionMap`. Their known use
44-
cases are addressed with "safe mode" and future planned features.
45-
4646
## 5.2.0 - 2021-04-07
4747

4848
### Changed

0 commit comments

Comments
 (0)