Skip to content

Commit 46351ed

Browse files
committed
Wordsmithing the changelog
Signed-off-by: Stephen Curran <swcurran@gmail.com>
1 parent bfa29c0 commit 46351ed

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

CHANGELOG.md

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@
55
### November 24, 2023
66

77
Release 0.11.0 is a relatively large release of new features, fixes, and
8-
internal updates. 0.11.0 is planned to be the last major update before we
9-
being the transition to using the ledger agnostic [AnonCreds
8+
internal updates. 0.11.0 is planned to be the last significant update before we
9+
begin the transition to using the ledger agnostic [AnonCreds
1010
Rust](https://github.com/hyperledger/anoncreds-rs) in a release that is expected
11-
to bring some Admin/Controller API changes. We plan to do patches to the 0.11.x
12-
branch while the transition is made to the upcoming release to transition to
13-
using [Anoncreds Rust].
11+
to bring Admin/Controller API changes. We plan to do patches to the 0.11.x
12+
branch while the transition is made to using [Anoncreds Rust].
1413

15-
A significant addition to ACA-Py is support for signing and verifying
14+
An important addition to ACA-Py is support for signing and verifying
1615
[SD-JWT] verifiable credentials. We expect this to be the first of the changes
1716
to extend ACA-Py to support [OpenID4VC protocols].
1817

@@ -40,11 +39,6 @@ objects now included in Python's builtin `unittest` package for unit testing.
4039
These are necessary and important modernization changes, with the latter two
4140
triggering many (largely mechanical) changes to the codebase.
4241

43-
**NOTE:** In addition to these PRs in the 0-11.0-rc0 release, we also
44-
expect to include at least those [ACA-Py PRs labelled "0.11.0"] in the release.
45-
46-
[ACA-Py PRs labelled "0.11.0"]: https://github.com/hyperledger/aries-cloudagent-python/pulls?q=is%3Apr+label%3A0.11.0
47-
4842
### 0.11.0 Breaking Changes
4943

5044
In addition to the impacts of the change for developers in switching from `pip`
@@ -72,10 +66,6 @@ example, if an issuer decides to delete a Credential Exchange Record that has
7266
not be answered for a long time, and the holder responds after the delete. See
7367
[PR \#2577].
7468

75-
The versioning scheme for Release Candidates has been changed to drop the `-` in
76-
the version string. This means the older style of `0.11.0-rc0` has been changed
77-
to the newer style of `0.11.0rc2`.
78-
7969
[PR \#2517]: https://github.com/hyperledger/aries-cloudagent-python/pull/2517
8070
[PR \#2587]: https://github.com/hyperledger/aries-cloudagent-python/pull/2587
8171
[PR \#2577]: https://github.com/hyperledger/aries-cloudagent-python/pull/2577

0 commit comments

Comments
 (0)