From 5b24d206f75c60c97c8908317a3e315793fa1d96 Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Wed, 2 Sep 2020 17:32:39 +0200 Subject: [PATCH] DOC: update CHANGELOG --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd3c231..84fef2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,24 @@ 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - ## [Unreleased] ## ### Added ### +### Changed ### + +### Deprecated ### + +### Removed ### + +### Fixed ### + +### Security ### + +## 3.0.0 (2020-09-01) ## + +### Added ### + * New `feature_config` table for storing configuration of features as key-value pairs. Currently only used by the ENTITY_VERSIONING feature for switching versioning on or off. Convenient function `is_feature_config` for checking -- GitLab