diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2317fa8c76086e9c5a9079daa5cbf31d74f4d088..d92c8a408c9b8a54a09a2ce19de4807e0d4bb294 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,16 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 ## [Unreleased] ##
 
 ### Added ###
+
 - TableImporter now accepts a `existing_columns` argument which demands that certain columns exist
+- The `JsonSchemaParser` class now supports `patternProperties` and json-schema references
 
 ### Changed ###
+
 - The converters and datatype arguments of TableImporter now may have keys for nonexisting columns
+- The `JsonSchemaParser` class does not require the top-level entry of a json
+  schema definition to specify a RecordType.
 
 ### Deprecated ###
 
 ### Removed ###
 
 ### Fixed ###
+
 - refactored to work with the new default key word in FIND queries: RECORD
 
 ### Security ###