From 693269f7dd25f559cdc017414d7683b462fc7627 Mon Sep 17 00:00:00 2001 From: "David I. Lehn" Date: Fri, 13 Jan 2023 18:05:17 -0500 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index afaaec4..7e31df3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,11 @@ ## 6.0.0 - 2023-TBD ### Removed -- **BREAKING**: Remove `odrl` and `vc examples` contexts from `./lib/contexts`. -The contexts are now available in -[@digitalbazaar/odrl-context](https://github.com/digitalbazaar/odrl-context) and -[@digitalbazaar/credentials-examples-context](https://github.com/digitalbazaar/credentials-examples-context). +- **BREAKING**: Remove ODRL and VC examples contexts from `./lib/contexts/` and + from the default document loader. The contexts are now available in + [`@digitalbazaar/odrl-context`](https://github.com/digitalbazaar/odrl-context) + and + [`@digitalbazaar/credentials-examples-context`](https://github.com/digitalbazaar/credentials-examples-context). ## 5.0.0 - 2022-08-24