From a355040b24ecdf20c24d8128707a88524a12c1ce Mon Sep 17 00:00:00 2001
From: Manu Sporny
Date: Mon, 20 Nov 2023 11:01:06 -0500
Subject: [PATCH] Update revision history.
---
index.html | 133 +++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 133 insertions(+)
diff --git a/index.html b/index.html
index 4113931e7..c98a999a2 100644
--- a/index.html
+++ b/index.html
@@ -6649,6 +6649,139 @@ Revision History
-
+Many editorial updates and fixes to modernize the specification and make
+it easier to understand particular concepts.
+
+ -
+Add mechanism to embed enveloped VCs in VPs.
+
+ -
+Add verification algorithm.
+
+ -
+Fine tune allowable values for `issuer` property.
+
+ -
+Provide more concrete guidance on how to express language information as well as
+default language and direction.
+
+ -
+Add new conformance classes for issuer and verifier implementations.
+
+ -
+Add new Security Considerations regarding key management.
+
+ -
+Add new Privacy Considerations for trust boundaries, metadata-based correlation,
+data theft, and use of Oblivious HTTP.
+
+ -
+Formally define base classes and properties for vocabulary.
+
+ -
+Provide warnings around not using advanced JSON-LD features in order to
+maximize interoperability.
+
+ -
+Provide more explicit guidance around sets and arrays.
+
+ -
+Add support for `name` and `description` fields for issuers and credentials.
+
+ -
+Add security considerations around interception, replay, and spoofing attacks.
+
+ -
+Add JWT and SD-JWT claims to base JSON-LD Context.
+
+ -
+Clarify the difference between a "credential" and a "verifiable credential".
+
+ -
+Add section on how to ensure ecosystem compatibility.
+
+ -
+Add section on credential-type-specific processing.
+
+ -
+Add section on validation and relevance to holders.
+
+ -
+Add section on media type precision and interpretation.
+
+ -
+Ensure that `dateTimeStamp` is used for time values. Provide further guidance
+on proper usage of time values and timezones.
+
+ -
+Make `validFrom` optional.
+
+ -
+Add `relatedResource` feature.
+
+ -
+Make base context, vocabularies, and other items used for securing normative.
+
+ -
+Add `renderMethod` and `confidenceMethod` to list of reserved properties.
+
+ -
+Modernize examples in the specification.
+
+ -
+Add "Getting Started" section.
+
+ -
+Add table of reserved properties for properties that are not yet standardized
+or are at risk for removal.
+
+ -
+Restrict data model expression to JSON-LD in compact document form.
+
+ -
+Update ZKP section to remove older content.
+
+ -
+Add `termsOfUse` to presentations in v2 context.
+
+ -
+Add default vocabulary for undefined terms to v2 context.
+
+ -
+Add media types for `application/vc+ld+json` and `application/vp+ld+json`.
+
+ -
+Provide guidance on converting to and from conforming documents from other
+digital credential formats.
+
+ -
+Change reference to URI/IRI to use WHATWG URL specification.
+
+ -
+Add normative dependency on Data Integrity and JOSE COSE securing mechanisms.
+
+ -
+Rename issuanceDate/expirationDate to validFrom/validUntil.
+
+ -
+Add JSON Schema support and update examples to use new format.
+
+ -
+Clarify that `credentialSubject` values cannot be strings.
+
+ -
+Create more formal vocabulary document that refers to this specification.
+
+ -
+Define v2.0 JSON-LD Context.
+
+ -
+Migrate VC-JWT section to separate securing specification.
+
+ -
+Move Subject-Holder relationships to Verifiable Credential implementation guide.
+
+ -
Increment version number to v2.0 and remove prior REC-track comments.
-