chore: update line length and note in CHANGELOG
This commit is contained in:
parent
43e1e9760a
commit
541c7d9be5
2 changed files with 7 additions and 0 deletions
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
|
@ -13,4 +13,8 @@
|
|||
"backgroundColor": "transparent"
|
||||
}
|
||||
],
|
||||
"editor.wordWrapColumn": 120,
|
||||
"editor.rulers": [
|
||||
120
|
||||
],
|
||||
}
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
# Changelog
|
||||
|
||||
This changelog only contains the changes that are unreleased. For changes for individual releases, please visit the
|
||||
[releases](https://github.com/ATLauncher/ATLauncher/releases) page on GitHub.
|
||||
|
||||
## 3.3.5.3
|
||||
|
||||
- Switch to using system property for Vanilla tab
|
||||
|
|
Loading…
Reference in a new issue