branch: externals/dtache commit d5aa90356a9e035683ec6e3d480419e09a0f9afe Author: Niklas Eklund <niklas.ekl...@posteo.net> Commit: Niklas Eklund <niklas.ekl...@posteo.net>
Add CHANGELOG to project --- CHANELOG.org | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANELOG.org b/CHANELOG.org new file mode 100644 index 0000000000..bd61e9bc20 --- /dev/null +++ b/CHANELOG.org @@ -0,0 +1,12 @@ +#+title: dtache.el - Changelog +#+author: Niklas Eklund +#+language: en + +* Development + +- Fix error in =dtache-env= usage. The integration wasn't correct which resulted in =dtache= failing to execute some commands properly +- Make =dtache-env= optional rather than required. =Dtache= should be fine without it, just that automatic status labeling will not be run + +* Version 0.1 (2021-12-15) + +- Initial release