From 179d434c54c29003e4f6aa65f25e4575f571430b Mon Sep 17 00:00:00 2001 From: confused_techie Date: Fri, 15 Dec 2023 19:55:13 -0800 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: Daeraxa <58074586+Daeraxa@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79c7dbc80c..bcf542e312 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ ## 1.112.0 -- Added the ability for a user to indicate when to automatically show or hide the wrap-guide; between always, when soft wrap is enabled, or when soft wrap at preferred line length is enabled. +- Added options for a user to control when to automatically show or hide the wrap-guide; "Always", "When soft wrap is enabled", and "When soft wrap at preferred line length is enabled". - Updated network handling in PPM to something newer and more secure. - Updated most of PPM's code to use async/await and promises internally. - Created `atom.ui.fuzzyMatcher` API, moving the Pulsar `fuzzy-finder` module into the core of the editor for community packages to utilize.