Skip to content

Commit e79dd06

Browse files
committed
Add callback note.
1 parent 1513c61 commit e79dd06

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## 2.0.0 - 2019-xx-xx
44

5+
### Notes
6+
- An important **BREAKING** change in this release is the removal of callback
7+
support in favor of Promises and async/await. This release does **not**
8+
include a backwards compatible layer. If you need callback support, please
9+
use the 1.x releases, the Node.js `callbackify` feature, or another similar
10+
utility library. Suggestions on how best to provide a backwards compatibility
11+
layer are welcome.
12+
513
### Fixed
614
- Expanding the value of a graph container which is already a graph object
715
generates a recursive graph object.
@@ -30,7 +38,7 @@
3038

3139
### Removed
3240
- **BREAKING**: Remove callback API support. This includes removing support
33-
for callback-based document loaders and rdf parsers. This is done to
41+
for callback-based document loaders and RDF parsers. This is done to
3442
facilitate JSON-LD 1.1 document loader features and to remove deprecated
3543
code.
3644
- **BREAKING**: Remove deprecated `loadDocument` API and obsolete

0 commit comments

Comments
 (0)