diff --git a/CHANGELOG.md b/CHANGELOG.md
index 368ea2097a6c4a6e9daef783bd487d9664ecd47f..dfc94291f7c93f534706e22acf867d8cbd745d00 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