From c8cc239e1a48c1dfc8cb465e0f63a8e706d10474 Mon Sep 17 00:00:00 2001 From: thomashii Date: Sun, 30 May 2021 08:52:37 +0800 Subject: [PATCH] Updated CHANGELOG --- CHANGELOG.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6873fa28..d7f7ee52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,8 +40,10 @@ * Migrated angel_orm_test to 3.0.0 (0/0 tests passed) * Migrated angel_orm_postgres to 3.0.0 (51/54 tests passed) * Create orm-sdk-2.12.x boilerplate (in progress) <= Milestone 2 -* Migrate angel_cache -* Migrate angel_cors +* Migrated angel_auth_oauth2 to 4.0.0 (0/0 tests passed) +* Migrated angel_auth_cache to 4.0.0 (0/7 tests passed) +* Migrated angel_auth_cors to 4.0.0 (10/15 tests passed) +* Migrated angel_oauth2 to 4.0.0 (17/25 tests passed) # 3.0.0 (Non NNBD) * Changed Dart SDK requirements for all packages to ">=2.10.0 <3.0.0" @@ -76,9 +78,10 @@ * Updated angel_orm_test to 1.0.0 (0/0 tests passed) * Updated angel_orm_postgres to 2.0.0 (52/54 tests passed) * Update orm-sdk-2.12.x boilerplate -* Updated angel_auth_oauth2 to 3.0.0 -* Updated angel_auth_cache to 3.0.0 -* Updated angel_auth_cors to 3.0.0 +* Updated angel_auth_oauth2 to 3.0.0 (0/0 tests passed) +* Updated angel_auth_cache to 3.0.0 (0/7 tests passed) +* Updated angel_auth_cors to 3.0.0 (15/15 tests passed) +* Updated angel_oauth2 to 3.0.0 (17/25 tests passed) * Updated angel_container_generator to 2.0.0 * Updated angel_file_service to 3.0.0 * Updated angel_eventsource to 2.0.0 (use a fork of eventsource)