From 0d94d3e3ef227d2129071bfe3f6a7f5defee01b3 Mon Sep 17 00:00:00 2001 From: Brad Andrick Date: Thu, 28 Dec 2023 14:25:26 -0500 Subject: [PATCH] update changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07b096ab..20b0906f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## Unreleased + +### Added + +- Added support for `COLLECTIONS` to be defined in the `config.json` file. + +### Fixed + +- Bug fix that made `DEFAULT_COLLECTION` required instead of optional, per the readme. It is now actually optional. + ## 4.4.0 - 2023-12-01 ### Fixed