diff --git a/CHANGELOG.md b/CHANGELOG.md index b091d141..9cf3f6b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,8 @@ ## 2.0.0 - 2019-xx-xx ### Changed -- Default processing mode changed to json-ld-1.1. +- Default processing mode changed to json-ld-1.1. Allows a 1.1 context to be + used after non-1.1 contexts. ### Removed - **BREAKING**: Remove callback API support. This includes removing support diff --git a/tests/test-common.js b/tests/test-common.js index 27578054..2105a76d 100644 --- a/tests/test-common.js +++ b/tests/test-common.js @@ -116,9 +116,6 @@ const TEST_TYPES = { specVersion: ['json-ld-1.0'], // FIXME idRegex: [ - // mode - /expand-manifest.jsonld#tp001$/, - /expand-manifest.jsonld#tp002$/, // Don't double-expand an already expanded graph /expand-manifest.jsonld#t0081$/, // Double-expand an already expanded graph @@ -484,9 +481,6 @@ const TEST_TYPES = { /toRdf-manifest.jsonld#te110$/, /toRdf-manifest.jsonld#te111$/, /toRdf-manifest.jsonld#te112$/, - // processing - /toRdf-manifest.jsonld#tp001$/, - /toRdf-manifest.jsonld#tp002$/, // index maps /toRdf-manifest.jsonld#tpi05$/, /toRdf-manifest.jsonld#tpi06$/,