From 517f6da6bc7144587e8d79c00c27f848d531907f Mon Sep 17 00:00:00 2001 From: Alexander Olofsson <alexander.olofsson@liu.se> Date: Wed, 23 Oct 2019 14:35:03 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 368ea20..dfc9429 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,15 @@ ## v0.0.3 **Unreleased** - Added method to check if resource types are available +- Added `_bare: true` flag on resource getter to create a bare object for + method calls - Fixed handling of host objects - Further improved exception handling ## v0.0.2 2018-08-14 -- Added title and full_path fields to the appropriate resources - almost every resource should now have an obvious human-readable name +- Added title and full_path fields to the appropriate resources - almost every + resource should now have an obvious human-readable name - Fixed password searching in password lists - Improved exception handling -- GitLab