From 3b716e87ba3aded67acd1a1a351da7d26910e48c Mon Sep 17 00:00:00 2001 From: paul-dingemans Date: Sat, 2 Apr 2022 16:36:58 +0200 Subject: [PATCH] Update changelog Closes #1440 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9050755a06..3b24118399 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ This project adheres to [Semantic Versioning](https://semver.org/). ### Added ### Fixed +- Fix check of spacing in the receiver type of an anonymous function ([#1440](https://github.com/pinterest/ktlint/issues/1440)) ### Changed * Set Kotlin development version to `1.6.20-RC2` and Kotlin version to `1.6.10`.