##// END OF EJS Templates
releasenotes: add a file in which to record release notes...
Martin von Zweigbergk -
r42457:0ed293a3 default
parent child Browse files
Show More
@@ -0,0 +1,14 b''
1 == New Features ==
2
3 * New config `commands.commit.post-status` shows status after successful
4 commit.
5
6 == Bug Fixes ==
7
8
9 == Backwards Compatibility Changes ==
10
11
12 == Internal API Changes ==
13
14 * Matchers are no longer iterable. Use `match.files()` instead.
General Comments 0
You need to be logged in to leave comments. Login now