From 2de53ce1222d9d8be2c7c6b956ded00a1676c1dd Mon Sep 17 00:00:00 2001 From: Alex Schickedanz Date: Mon, 20 Jan 2025 20:03:38 +0100 Subject: [PATCH] Fix formatting. --- CHANGE_LOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGE_LOG.md b/CHANGE_LOG.md index f02979b..c9c543a 100644 --- a/CHANGE_LOG.md +++ b/CHANGE_LOG.md @@ -1,7 +1,7 @@ SepaUtilities - Change Log =============== -## 2.0.0 - Jan 20, 24 +# 2.0.0 - Jan 20, 24 - Minimal required PHP version is now 8.1 as it is the currently oldest supported version. - **Add support for pain.001.001.09 and pain.008.001.08.** - `check()` supports new fields: `reqdexctndttm`, subfields of `pstladr` (`bldgnm`,`bldgnb`, `twnnm`, `twnlctnnm`, `dstrctnm`, @@ -10,7 +10,7 @@ SepaUtilities - Change Log - `getDate()`, `getDateWithOffset()` do not throw anymore to simplify checking for errors. - `checkAndSanitizeAll()` now returns an array instead of a string in case of an error. -# 1.3.4 - Sep 8, 21 +## 1.3.4 - Sep 8, 21 - Add key `orgid_sm` to the check and sanitize functions. ## 1.3.3 - Mar 4, 21