Skip to content

Commit 7564ccf

Browse files
committed
Add a CHANGELOG
1 parent 7ef4f61 commit 7564ccf

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Changelog
2+
3+
## [0.8.0] - 2020-02-29
4+
### Added
5+
- Excluded directories now get skipped entirely ([#8])
6+
7+
### Changed
8+
- Paused jobs no longer poll ([#10], @Dr-Emann)
9+
- Less refcounting ([#9], @Dr-Emann)
10+
11+
### Fixed
12+
- Tests ([#11], @Dr-Emann)
13+
14+
### Removed
15+
- WofUtil.dll version check ([#6])
16+
17+
## [0.7.1] - 2019-07-17
18+
### Added
19+
- Initial release
20+
21+
[0.7.1]: https://github.com/Freaky/Compactor/releases/tag/v0.7.1
22+
23+
[#11]: https://github.com/Freaky/Compactor/pull/11
24+
[#10]: https://github.com/Freaky/Compactor/pull/10
25+
[#9]: https://github.com/Freaky/Compactor/pull/9
26+
[#8]: https://github.com/Freaky/Compactor/issues/8
27+
[#6]: https://github.com/Freaky/Compactor/issues/6

0 commit comments

Comments
 (0)