From 403bbd6e03bcf08140397293d9a4ff233c549f10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwendal=20Roue=CC=81?= Date: Sat, 21 Sep 2024 12:00:53 +0200 Subject: [PATCH] TODO --- TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index de09c24f3e..0ef3ad7519 100644 --- a/TODO.md +++ b/TODO.md @@ -88,7 +88,7 @@ - [ ] What can we do with `cross-module-optimization`? See https://github.com/apple/swift-homomorphic-encryption - [X] GRDB7/BREAKING: insertAndFetch, saveAndFetch, and updateAndFetch no longer return optionals (32f41472) -- [ ] GRDB7/BREAKING: AsyncValueObservation does not need any scheduler (83c0e643) +- [X] GRDB7/BREAKING: AsyncValueObservation does not need any scheduler (83c0e643) - [X] GRDB7/BREAKING: Stop exporting SQLite (679d6463) - [X] GRDB7/BREAKING: Remove Configuration.defaultTransactionKind (2661ff46) - [X] GRDB7: Replace LockedBox with Mutex (00ccab06)