diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-03-01 22:25:32 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-03-01 22:29:12 -0500 |
commit | 548c180f92cd4adfd42c2403e61629267fa32b73 (patch) | |
tree | 356744c46e3db862c8601a45a3e5f174cd13c550 /NEWS | |
parent | bin: Handle case of no KEYWORD removals (diff) | |
download | gentoolkit-548c180f92cd4adfd42c2403e61629267fa32b73.tar.gz gentoolkit-548c180f92cd4adfd42c2403e61629267fa32b73.tar.bz2 gentoolkit-548c180f92cd4adfd42c2403e61629267fa32b73.zip |
v0.5.1gentoolkit-0.5.1
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ News (new features/major bug fixes) +gentoolkit-0.5.1 +---------------- + * Added support for Python 3.9 + * Removed support for Python < 3.6 and other clean ups + * merge-driver-ekeyword: Added git merge driver for automatically resolving + conflicts involving the KEYWORDS=... line + * equery: Removed 'changes' subcommand + * Enable ekeyword unit tests + gentoolkit-0.5.0 ---------------- * discontinued Support for Python 2 |