From 20726e9ff73e45e325778949b285fead06a1c8e4 Mon Sep 17 00:00:00 2001 From: Jerome Simeon Date: Tue, 30 Mar 2021 14:50:59 -0400 Subject: [PATCH] chore(doc) Update changelog Signed-off-by: Jerome Simeon --- packages/concerto-core/changelog.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/packages/concerto-core/changelog.txt b/packages/concerto-core/changelog.txt index cde1894ead..c392effb22 100644 --- a/packages/concerto-core/changelog.txt +++ b/packages/concerto-core/changelog.txt @@ -24,19 +24,20 @@ # Note that the latest public API is documented using JSDocs and is available in api.txt. # -Version 0.82.12 {7b8763c243f937d84579350aef348c3c} 2020-12-25 +Version 1.0.0-alpha.3 {7b8763c243f937d84579350aef348c3c} 2020-12-25 - Concepts may now be identified -- assets/participants/transaction/events have a system identified created $identifier automatically +- assets/participants have a system identifier created ($identifier) automatically +- /transaction/events have a system timestamp created ($timestamp) automatically - Can no longer redefine the identifier declared by a super type +- 'concerto' namespace is now reserved and cannot be used by user code - All types extend concerto.Concept -- Add new Concerto API - Removed System Models APIs - Remove notion of system table - Remove user ability to change system model - Update JsDoc for ModelManager.addModelFiles - Add Logger API - Add instanceof alternatives to Factory and Serializer -- 'concerto' namespace is now reserved and cannot be used by user code +- Add new Concerto API (experimental) Version 0.82.9 {c96bafdd4a2bb7402f6b520a0cefe537} 2020-09-09 - Add option parameters to ModelLoader