Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
Release v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alhadis committed Jul 10, 2019
1 parent f5c43f5 commit 598c6d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,20 @@ Change Log

This project honours [Semantic Versioning](http://semver.org/).

[Staged]: ../../compare/v2.4.0...HEAD
[Staged]: ../../compare/v2.5.0...HEAD


[Staged]
[v2.5.0]
--------------------------------------------------------------------------------
**July 11th, 2019**
* Added support for `utf-8-bom` as a `charset` value
* Added support for `cr` line-endings in files configured to use them. Note that
Atom *doesn't* support these natively — read about the caveats [here][cr-eol].
* Carriage returns without line-feeds are now stripped when saving LF/CRLF files
* Line-endings are now correctly normalised when entered or saved
* Fixed [`#208`][]: Commands and observers not disposed when package is disabled

[v2.5.0]: https://github.com/sindresorhus/atom-editorconfig/releases/tag/v2.5.0
[`#208`]: https://github.com/sindresorhus/atom-editorconfig/issues/208
[cr-eol]: https://github.com/sindresorhus/atom-editorconfig/#cr-caveat

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "editorconfig",
"version": "2.4.0",
"version": "2.5.0",
"description": "Helps developers maintain consistent coding styles between different editors",
"license": "MIT",
"repository": "sindresorhus/atom-editorconfig",
Expand Down

2 comments on commit 598c6d6

@the-j0k3r
Copy link

@the-j0k3r the-j0k3r commented on 598c6d6 Jul 11, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congratulations on this release, 👍 many fixes gone in, youre a star ;)

@Alhadis
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Hopefully I can do something about that whitespace package next... 🤔

Please sign in to comment.