diff --git a/CHANGELOG.md b/CHANGELOG.md index 54afd3f..c9fc5e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), ### Added +- delete command implemented - Updated version to 0.0.4 - edit command implemented diff --git a/todo.txt b/todo.txt index 8f57e9b..5c0c664 100644 --- a/todo.txt +++ b/todo.txt @@ -1,5 +1,4 @@ TODO: expand sqlite.h functionality -TODO: delete command TODO: disable sqlite logging TODO: resolve memory leaks TODO: parse CHANGELOG.md into the database @@ -15,3 +14,4 @@ DONE: export command DONE: get command DONE: list command DONE: edit command +DONE: delete command