Skip to content
This repository was archived by the owner on Jan 15, 2021. It is now read-only.

Commit d09cced

Browse files
committed
Added changelog
1 parent dfb87d4 commit d09cced

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# GitIssueBot Changelog
2+
3+
## 0.2.0 (2015-03-02)
4+
5+
### Features
6+
7+
* Old trigger phrases can now be tracked along side with the current one, causing the issue to be validated but a
8+
comment to be added to remind the user to review the adjusted contribution guidelines
9+
* New command ``autolabel``: Allows definition of a set of title tags (e.g. "[Request]") for which to apply defined
10+
labels if found in an issue
11+
12+
### Improvements
13+
14+
* Also recognize changes in title tags and labels for validating a formerly invalidated issue
15+
16+
### Bug Fixes
17+
18+
* [#1](https://github.com/foosel/GitIssueBot/issues/1) - Pinned version numbers of dependencies to reduce risks of
19+
breaking API changes
20+
* [#2](https://github.com/foosel/GitIssueBot/pull/2) - Explicitely using unicode for printing anything coming from the API
21+
* Unreported:
22+
* Properly calculate, format and URL encode the ``since`` parameter for fetching issues
23+
* Iterate through ``links`` provided by Github API to retrieve all issues, not just the first page
24+
* Removed accidentally committed ``.pyc`` files
25+
26+
([Commits](https://github.com/foosel/GitIssueBot/compare/0.1.0...0.2.0))
27+
28+
## 0.1.0 (2014-07-27)
29+
30+
Initial release

0 commit comments

Comments
 (0)