diff --git a/relnotes/next b/relnotes/next new file mode 100644 --- /dev/null +++ b/relnotes/next @@ -0,0 +1,14 @@ +== New Features == + + * New config `commands.commit.post-status` shows status after successful + commit. + +== Bug Fixes == + + +== Backwards Compatibility Changes == + + +== Internal API Changes == + + * Matchers are no longer iterable. Use `match.files()` instead.