From e1576dec8129ef918835f704106516d6dff96f42 Mon Sep 17 00:00:00 2001 From: Martijn Gastkemper Date: Fri, 26 Jul 2024 14:47:48 +0200 Subject: [PATCH] Add 6.2.0 to CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5839459..1704cb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ Note: I'm not mentioning the plethora of functions that I'm adding with every minor version bump. [Take a look at the full function list](https://github.com/grrr-amsterdam/garp-functional/tree/master/library/Garp/Functional). This changelog will only list breaking changes. +## 6.2.0 + +- Improve return types in PHPDoc +- Add PHPstan badge to README +- Code improvements + ## 6.1.0 - Add conditional return types in PHPDoc