This repository was archived by the owner on Jun 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,17 @@ Change Log
3
3
4
4
This project honours [ Semantic Versioning] ( http://semver.org/ ) .
5
5
6
- [ Staged ] : ../../compare/v2.5 .0...HEAD
6
+ [ Staged ] : ../../compare/v2.6 .0...HEAD
7
7
8
8
9
- [ Staged ]
9
+ [ v2.6.0 ]
10
10
--------------------------------------------------------------------------------
11
+ ** December 31st, 2019**
11
12
* Added [ ` linter ` ] [ ] integration for ` .editorconfig ` files ([ ` #236 ` ] [ ] )
12
13
* Improved highlighting of non-standard EditorConfig rules
13
14
* Improved support for encodings other than UTF-* /Latin-1
14
15
16
+ [ v2.6.0 ] : https://github.com/sindresorhus/atom-editorconfig/releases/tag/v2.6.0
15
17
[ `#236` ] : https://github.com/sindresorhus/atom-editorconfig/pull/236
16
18
[ `linter` ] : https://atom.io/packages/linter
17
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " editorconfig" ,
3
- "version" : " 2.5 .0" ,
3
+ "version" : " 2.6 .0" ,
4
4
"description" : " Helps developers maintain consistent coding styles between different editors" ,
5
5
"license" : " MIT" ,
6
6
"repository" : " sindresorhus/atom-editorconfig" ,
You can’t perform that action at this time.
0 commit comments