From f94a7e5325865d94b396fa801e72a6e19f4ce327 Mon Sep 17 00:00:00 2001 From: MarcinKosinski Date: Mon, 8 Feb 2016 17:00:32 +0100 Subject: [PATCH] udpate NEWS.md for #210 #218 --- NEWS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 6c24d3b..784a1e5 100644 --- a/NEWS.md +++ b/NEWS.md @@ -13,9 +13,10 @@ archivist 2.0 4. `alink` is now working with github and bitbucket repositories. 5. `asearch` returns named list of artifacts. MD5hashes are used as names. * **Deprecations and new naming convention**: - 1. `archive`, `cloneGitHubRepo`, `createGitHubRepo`, (`deleteGithubRepo`) `deleteGitHubRepo`, (`pushRepo`) `pushGitHubRepo`, (`pullRepo`) `pullGitHubRepo` have been moved to separate [`archivist.github`](https://github.com/MarcinKosinski/archivist.github) package. [[#198](https://github.com/pbiecek/archivist/issues/198)]. + 1. `archive`, `cloneGitHubRepo`, `createGitHubRepo`, (`deleteGithubRepo`) `deleteGitHubRepo`, (`pushRepo`) `pushGitHubRepo`, (`pullRepo`) `pullGitHubRepo` have been moved to separate [`archivist.github`](https://github.com/MarcinKosinski/archivist.github) package to maintain Local/Remote consistency. [[#198](https://github.com/pbiecek/archivist/issues/198)]. 1. For the above reason `deleteRepo` was deprecated. Use `deleteLocalRepo` 2. For the above reason `createEmptyLocalRepo` and `createEmptyRepo` were deprecated. Use `createLocalRepo`. + 3. For the above reason `rmFromRepo` was deprecated. Use `rmFromLocalRepo` archivist 1.9 ----------------------------------------------------------------