Diff between 22ecdfbbc61ce923d2cfa672d9a48d8a7c972c69 and 3dd819edaf67b9d0069a9fcda142ab9c4023b596

Changed Files

File Additions Deletions Status
TODO +4 -4 modified

Full Patch

diff --git a/TODO b/TODO
index 7530e86..2bb67df 100644
--- a/TODO
+++ b/TODO
@@ -60,10 +60,6 @@ BlueZ 5
 Priority/Complexity omitted as all items are required before 5.0 is
 released.
 
-- Auto-connect newly registered profiles if we're in a connected state
-  created by Device.Connect. This will fix e.g. oFono crashing and
-  restarting.
-
 - Convert obexd to use org.bluez.Profile
 
 - Convert obexd & obex-client to ObjectManager/Properties
@@ -87,6 +83,10 @@ released.
 
 Completed items:
 
+- Auto-connect newly registered profiles if we're in a connected state
+  created by Device.Connect. This will fix e.g. oFono crashing and
+  restarting.
+
 - Update Device.Connect to connect any "auto_connect" profiles that are
   not currently connected instead of returning "already connected".