Skip to content

Commit 0a01339

Browse files
committed
Update changelog
1 parent 6c67cd6 commit 0a01339

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ All notable changes to this project are documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7-
## [0.8.5] - Unreleased
7+
## [0.8.5] - 2026-03-28
88

99
### Added
1010

11-
- Formatting: empty reference node are removed when formatting example
11+
- Formatting: empty reference node are removed when formatting (removeEmptyReferences). Example
1212

1313
```devicetree
1414
&n {}; // removed
@@ -17,7 +17,7 @@ l1: &n {}; // kept as this adds label to context
1717
&n { node {}; }; // kept as this node property to context
1818
```
1919

20-
- Formatting: remove duplicate properties in the same closure example
20+
- Formatting: remove duplicate properties in the same closure (removeDuplicateProperties). Example
2121

2222
```devicetree
2323
&n { prop1; /* <- removed */ prop1; };
@@ -26,12 +26,13 @@ l1: &n {}; // kept as this adds label to context
2626

2727
- Use custom formatting configuration `devicetree` language:
2828
- `editor.removeMacroMultiline: true|false` defaults to true
29-
- `editor.runLongLineCheck: true|false` defaults to true
29+
- `editor.wrapLongLines: true|false` defaults to true
3030
- `editor.indentExpressions: true|false` defaults to true
3131
- `editor.removeEmptyReferences: true|false` defaults to true
3232
- `editor.removeEmptyNodes: true|false` defaults to false
3333
- `editor.removeEmptyRoots: true|false` defaults to false
3434
- `editor.sortNodesAndProperties: true|false` defaults to false
35+
- `editor.removeDuplicateProperties: true|false` defaults to true
3536

3637
### Fixed
3738

0 commit comments

Comments
 (0)