Skip to content

Commit 1c8b84e

Browse files
committed
fix
1 parent 2db84a0 commit 1c8b84e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/src/architecture/08_concepts/signed_doc/spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ Catalyst ID <a href="https://datatracker.ietf.org/doc/html/rfc3986">URI</a> iden
600600
#### 0.1.2 (2025-09-08)
601601

602602
* Updated `payload` field, it become required.
603-
* Added new `draft` field for Signed Document with the default value `false`. This field would show that the document is not finalised yet.
603+
* Added new `draft` field for Signed Document with the default value `false`.
604604
* Made `payload.nil` non optional with the default value `false`.
605605
* If `payload.nil` is `true` automatically set `"content type"` and `"content-encoding" fields to `"excluded"`.
606606

specs/definitions/signed_docs/authors_copyright.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ copyright: #copyrightNotice & {
104104
modified: "2025-09-08"
105105
changes: """
106106
* Updated `payload` field, it become required.
107-
* Added new `draft` field for Signed Document with the default value `false`. This field would show that the document is not finalised yet.
107+
* Added new `draft` field for Signed Document with the default value `false`.
108108
* Made `payload.nil` non optional with the default value `false`.
109109
* If `payload.nil` is `true` automatically set `"content type"` and `"content-encoding" fields to `"excluded"`.
110110
"""

specs/signed_doc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@
306306
"version": "0.1.1"
307307
},
308308
{
309-
"changes": "* Updated `payload` field, it become required.\n* Added new `draft` field for Signed Document with the default value `false`. This field would show that the document is not finalised yet.\n* Made `payload.nil` non optional with the default value `false`.\n* If `payload.nil` is `true` automatically set `\"content type\"` and `\"content-encoding\" fields to `\"excluded\"`.",
309+
"changes": "* Updated `payload` field, it become required.\n* Added new `draft` field for Signed Document with the default value `false`.\n* Made `payload.nil` non optional with the default value `false`.\n* If `payload.nil` is `true` automatically set `\"content type\"` and `\"content-encoding\" fields to `\"excluded\"`.",
310310
"modified": "2025-09-08",
311311
"version": "0.1.2"
312312
}

0 commit comments

Comments
 (0)