Skip to content

Commit 5b9c62a

Browse files
author
fabianschilf94
committed
update changelog
1 parent 8fa5023 commit 5b9c62a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 1.1.0 (2019-02-25)
2+
3+
You can now set the following in your plugin settings
4+
5+
```json
6+
"use_pragma_once": true // will include #pragma once
7+
```
8+
9+
```json
10+
"use_pragma_once": false // will include old header style instead
11+
```
12+
113
# 1.0.2 (2019-02-21)
214

315
* fix template path

0 commit comments

Comments
 (0)