From 157b8517ac43f9615751ed2d5da49ea829fbc3f2 Mon Sep 17 00:00:00 2001 From: Dirk Thomas Date: Tue, 17 Mar 2020 11:13:12 -0700 Subject: [PATCH] update changelog --- CHANGELOG.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5b55fa3..29f84af 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,12 @@ Changelog for package rqt_dep ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* add Python 3 conditional dependencies (`#11 `_) +* updating to flake8 style (`#8 `_) +* autopep8 and gitignore (`#7 `_) + 0.4.9 (2018-05-24) ------------------ * catch exceptions caused by threading to prevent crashing UI (`#4 `_)