Skip to content

Commit

Permalink
close #198
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinKosinski committed Feb 7, 2016
1 parent 5bd8587 commit 97be802
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ archivist 2.0
* **New features**:
1. `saveToRepo` by default saves session info.
2. `repoDirGit` has changed name to `subdir` and the default value is now '/'.

* **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. For the above reason `deleteRepo` was deprecated. Use `deleteLocalRepo`
2. For the above reason `createEmptyLocalRepo` and `createEmptyRepo` were deprecated. Use `createLocalRepo`.

archivist 1.9
----------------------------------------------------------------
* **New functions**:
Expand Down

0 comments on commit 97be802

Please sign in to comment.