From 667336fbc9c0494752090b0cc99f56a4baf50170 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nivaldo=20Bondan=C3=A7a?= Date: Tue, 27 Aug 2024 03:48:42 -0700 Subject: [PATCH] Update changelog Summary: Make sure to include changes from recent PR Reviewed By: cortinico Differential Revision: D61720374 fbshipit-source-id: 39e942b863163ab56475259221bc46f13b13ebfa --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13fb90a1..3f140f90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). - All styles managing trailing commas now (https://github.com/facebook/ktfmt/issues/216, https://github.com/facebook/ktfmt/issues/442) +## [Unreleased] + +### Fixed +- Comments respecting max line width (https://github.com/facebook/ktfmt/pull/511) + + ## [0.52] ### Fixed