From 395cd01d6a776eb431ca9b62aea38d2d9367650a Mon Sep 17 00:00:00 2001 From: Michael Sarahan Date: Tue, 4 Apr 2017 12:45:28 -0500 Subject: [PATCH] changelog 2.1.9 --- CHANGELOG.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index f24dbae586..40312efc10 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,24 @@ +20170-04-04 2.1.9: + +Enhancements: +------------- + +* calculate checksum and simplify cran skeleton #1879 +* backport usage of symlinks for speed from master branch #1881 + +Bug fixes: +---------- + +* fix import tests not being run, test this functionality #1897 + +Contributors: +------------- + +* @isuruf +* @jjhelmus +* @johanneskoester +* @msarahan + 2017-03-24 2.1.8: Enhancements: @@ -5,6 +26,7 @@ Enhancements: * use symlinks when copying files from files sources to improve performance #1867 + Bug fixes: ----------