Skip to content
This repository was archived by the owner on Apr 29, 2018. It is now read-only.

Commit 388a223

Browse files
committed
add changelog
1 parent 11c7d5e commit 388a223

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Change Log
2+
3+
## [Unreleased](https://github.com/robphoenix/diffios/tree/HEAD)
4+
5+
**Closed issues:**
6+
7+
- fix delta formatting [\#9](https://github.com/robphoenix/diffios/issues/9)
8+
- account for regex metacharacters in ignores file [\#8](https://github.com/robphoenix/diffios/issues/8)
9+
- change diffios\_ignore to ignores.txt [\#6](https://github.com/robphoenix/diffios/issues/6)
10+
- Make the queue a Queue rather than a list [\#5](https://github.com/robphoenix/diffios/issues/5)
11+
- fix python 2.7 failing build [\#4](https://github.com/robphoenix/diffios/issues/4)
12+
- fix python 3.3 failing build [\#3](https://github.com/robphoenix/diffios/issues/3)
13+
- Enable multiple variables in a single line [\#1](https://github.com/robphoenix/diffios/issues/1)
14+
15+
16+
17+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ init:
33

44
test:
55
pytest
6+
7+
changelog:
8+
github_changelog_generator

0 commit comments

Comments
 (0)