commit e0af9a999f27f383cb760c998a4a0336c7ab7f38
parent 865ce4f1db110da2c1ff7baf71067fc8751305f9
Author: Gavin Peacock <gpeacock@adobe.com>
Date: Mon, 26 Feb 2024 17:33:13 -0800
(IGNORE) Removed Release Notes section from Readme (#334)
Removes Release Notes section from Readme.
Use Changelog instead.
Diffstat:
| M | README.md | | | 49 | +------------------------------------------------ |
1 file changed, 1 insertion(+), 48 deletions(-)
diff --git a/README.md b/README.md
@@ -123,54 +123,7 @@ version = "0.25.3-nightly+2023-08-28-2f33ab3"
Please note that there is no formal support for code from a nightly release, but if you become aware of any issues, we would appreciate a bug report including this version number.
-## Release notes
-
-This section gives a highlight of noteworthy changes.
+## Changelog
Refer to the [CHANGELOG](https://github.com/contentauth/c2pa-rs/blob/main/CHANGELOG.md) for detailed changes derived from Git commit history.
-### 0.29.0
-
-_17 November 2023_
-* PDF read support
-* MP3 support
-* new and enhanced manifest APIs
-* thumbnail databox support
-* bug fixes and optimizations
-
-### 0.25.0
-
-_14 July 2023_
-* (important!) the `add_thumbnails` feature is no longer tied to `file_io`, so you will need to specify it or thumbnails will not be generated.
-* removed `User` and `UserCbor` assertions from public API. They were not generating correct manifest data.
-* use `manifest_add_labeled_assertion` instead - see docs on `manifest.embed` for an example.
-* `DataHash` and `BoxHash` library support (generates a signed manifest ready to write into a file without writing to the file)
-* The library will no longer remove duplicate ingredients based on hash
-* `make_test_images` updated to fix issue 195, actions without required ingredients
-* updated the test fixtures generated by make_test_images
-* Expose `CAIRead` and `CAIWrite` traits required by some library calls.
-* Bug fix for certain BMFF formats (AVIF) that causes images to be unreadable
-
-### 0.24.0
-
-_21 June 2023_
-* Bump minor version to 0.24.0 to signify change in signature (back to the compatible one)
-* Reverts to 1.2 Cose signatures when signing while still validating 1.3 Cose signatures
-* We want to allow some time for clients to upgrade to validating 1.3 before writing this breaking change.
-* Fix embed_from_memory to correctly return the updated image
-* includes the cert serial number in the ValidationInfo output
-* support adding claim_generator_info field
-* support Actions V2 and Ingredients V2
-* BMFF V2
-* Json Schema generation
-
-### 0.19.0
-
-_23 March 2023_
-
-* Added support for many new file formats, see Supported File Formats above.
-* New api to return supported formats.
-* Streaming APIs for manifest creation without file_io for some formats.
-* Manifest and Ingredient JSON formats replace the `is_parent` field with `relationship`.
-* ResourceRef replaces `content-type` with `format`.
-* The `bmff` feature no longer required.