Update packages/welcome/lib/changelog-view.js

Co-authored-by: Daeraxa <58074586+Daeraxa@users.noreply.github.com>
This commit is contained in:
confused_techie 2023-12-15 19:55:19 -08:00 committed by GitHub
parent 179d434c54
commit e77db3e57c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ export default class ChangeLogView {
<p>Feel free to read our <a href="https://github.com/pulsar-edit/pulsar/blob/master/CHANGELOG.md">Full Change Log</a>.</p>
<ul>
<li>
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".
</li>
<li>
Updated network handling in PPM to something newer and more secure.