Skip to content

Commit c6b1dec

Browse files
committed
Fix CHANGELOG.
1 parent f0d80f1 commit c6b1dec

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@
55
- JSON literal value handling issues (`null` and `[]`).
66
- Always pass typeScopedContext to _expandObject.
77
- Allow a keyword to exist when expanding in _expandObject when the key is `@included` or `@type`.
8-
9-
## 2.0.1 - 2019-12-10
10-
11-
### Fixed
12-
- JSON literal value handling issues.
138
- Do minimal checking to see if IRIs are valid by making sure they contain
149
no whitespace.
1510
- Terms of the form of an IRI must map to the same IRI.
@@ -18,6 +13,12 @@
1813
### Changed
1914
- Keep term definitions mapping to null so they may be protected.
2015

16+
17+
## 2.0.1 - 2019-12-10
18+
19+
### Fixed
20+
- JSON literal value handling issues.
21+
2122
## 2.0.0 - 2019-12-09
2223

2324
### Notes

0 commit comments

Comments
 (0)