diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ce3426be2..a5d66376d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,17 @@ Regolith Change Log .. current developments +v0.1.9 +==================== + +**Fixed:** + +* ``all_documents`` now returns the values of an empty dict if the collection + doesn't exist + + + + v0.1.8 ==================== diff --git a/news/fix_abstract_error.rst b/news/fix_abstract_error.rst deleted file mode 100644 index a9120cdb0..000000000 --- a/news/fix_abstract_error.rst +++ /dev/null @@ -1,14 +0,0 @@ -**Added:** None - -**Changed:** None - -**Deprecated:** None - -**Removed:** None - -**Fixed:** - -* ``all_documents`` now returns the values of an empty dict if the collection - doesn't exist - -**Security:** None