From ab2290192ea790744851deb60e396ca908b6d190 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Tue, 5 May 2015 08:49:18 +0200 Subject: [PATCH] chore(clog): add support for 'imp' 'imp' will resolve to 'improvements' in the changelog. A new feature supported in clog v0.5.0 --- .clog.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.clog.toml b/.clog.toml index 83ed0690da..4a4ad24eef 100644 --- a/.clog.toml +++ b/.clog.toml @@ -1,2 +1,5 @@ [clog] repository = "https://github.com/Byron/google-apis-rs" + +[sections] +Improvements = ["imp"]