From 126000f1d4bb36f2792145ad87338849656e8f9d Mon Sep 17 00:00:00 2001 From: guvra Date: Tue, 26 Mar 2024 16:27:52 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26fde1f2..73ce0e98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. +## 5.0.0 (WIP) + +- Added table column validation. GdprDump now throws an exception if a config file contains an undefined column ([#125](https://github.com/Smile-SA/gdpr-dump/pull/125)) +- Removed support of the `filters` parameter. Use the `where` parameter instead ([#128](https://github.com/Smile-SA/gdpr-dump/pull/128)) + ## [4.2.2] - 2024-03-26 [4.2.2]: https://github.com/Smile-SA/gdpr-dump/compare/4.2.1...4.2.2