From 496e0422510736f3aea50ecfbb29ae7256554ed5 Mon Sep 17 00:00:00 2001 From: Zihan Chen Date: Thu, 22 Jun 2017 16:33:21 -0700 Subject: [PATCH] Update TODO.md --- TODO.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/TODO.md b/TODO.md index afdef9d5..bd8a079b 100644 --- a/TODO.md +++ b/TODO.md @@ -5,8 +5,6 @@ * Regex supports UTF-16 (instead of UCS-2) on MSVC. * Always convert to UTF-32 internally (**`vl::regex::Utf32Reader`**). * Redesign vl::parsing. -* `IValueObservableList` inherits from `IValueList` instead of `IValueReadonlyList` -* Move the `IValueObservableList` implementation from GacUI to Vlpp * **(optional)** Binary ITypeDescriptor provider format. * **(optional)** API to import and export fake types (ITypeDescriptor that cannot be executed)