Skip to content

Commit 567fa8b

Browse files
committed
add changelog and readme
1 parent 31ed7f3 commit 567fa8b

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
This project adheres to [Semantic Versioning](http://semver.org/).
6+
7+
1.0.0 (28. May 2017)
8+
--------------------
9+
10+
+ Added tab fixer.
11+
12+
1.0.0 (13. May 2017)
13+
--------------------
14+
15+
+ First release.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Fixing Markdown Files
44

55
+ Find Breaking Spaces in Markdown Files and replace them with normal Space. As GitHub Markdown Renderer does correctly render Markdown Tags with Breaking Spaces. https://github.com/github/markup/issues/1054#issuecomment-300061967
6-
+ Replace Tabs with 4 spaces
6+
+ Replace Tabs with 4 spaces.
77

88
## Usage
99

0 commit comments

Comments
 (0)