From 41295e1ffebee3261eec1d21a6a8a2a17e6a1f7e Mon Sep 17 00:00:00 2001
From: Daniel <daniel@harvey>
Date: Fri, 6 Dec 2019 12:04:04 +0100
Subject: [PATCH] DOC: Documented in changelog

---
 CHANGELOG.md | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4d8a8799..99597b78 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,7 @@
 
 All notable changes to this project will be documented in this file.
 
-The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
 ## [Unreleased]
@@ -21,6 +21,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 - 
 
+### Removed
+
+- 
 
 ### Fixed
 
@@ -29,7 +32,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 - NaN Double Values (see #41)
 
-
+- #14 - Handle files on file system without File entity: Those entries are
+  returned without ID but with a notice now.
 
 ### Security (in case of vulnerabilities)
 
-- 
GitLab