diff --git a/README.md b/README.md index ebfa813..825cb98 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,16 @@ Although this library works for plain C applications, the documentation assumes
diff --git a/docs/faqs.md b/docs/faqs.md index 51315a2..926374c 100644 --- a/docs/faqs.md +++ b/docs/faqs.md @@ -1,4 +1,4 @@ -# FAQs +# Frequently-asked questions (FAQs) ## When do I use `Reader` vs. `Builder` diff --git a/docs/release-notes.md b/docs/release-notes.md new file mode 100644 index 0000000..3fab305 --- /dev/null +++ b/docs/release-notes.md @@ -0,0 +1,14 @@ +# Release Notes + +## 3 Mar 2026 + +This release includes changes relating to trust validation and handling (made in the Rust library [v0.68.0](https://github.com/contentauth/c2pa-rs/releases/tag/c2pa-v0.68.0), see also [trust lists](https://opensource.contentauthenticity.org/docs/conformance/trust-lists) for more details on trust lists). + +Additionally, this release adds support for: +- Configuring the SDK using [`Settings`](settings.md). +- [Using `Context`](context.md) to configure `Reader` `Builder`, and other aspects of the SDK. +- Using [working stores and archives](working-stores.md). +- Using `Builder` and `Reader` together to [selectively construct a manifest by filtering actions and ingredients](selective-manifests.md). + +For answers to frequently-asked questions about these features, see the [FAQs](faqs.md). + diff --git a/docs/working-stores.md b/docs/working-stores.md index 22dcd45..b7c1fc2 100644 --- a/docs/working-stores.md +++ b/docs/working-stores.md @@ -1,4 +1,4 @@ -# Working stores and manifest stores +# Manifests, working stores, and archives This table summarizes the fundamental entities that you work with when using the CAI SDK.