Skip to content

Commit

Permalink
little better changelog for v0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pmiossec committed Nov 20, 2013
1 parent 1ee5cfe commit 5246fe4
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docs/release-notes/0.19.0.md
Expand Up @@ -2,11 +2,15 @@
* `git tfs unshelve -b` (#420)
* `git tfs subtree` (#350)
* [`git tfs create`](https://github.com/pmiossec/git-tfs/blob/master/doc/commands/create.md) (#380)
* `git tfs fetch --export` (#445)
* deprecate `git tfs init-branch` (#452)
* TFS branch handling improvements (#418 #427 #363 #433 #463 #470 #442)
* `git tfs clone --export` (#445)
* deprecate `git tfs init-branch`. Use `git tfs branch --init` instead (#452)
* Support of fetching and [creating merge](https://github.com/git-tfs/git-tfs/blob/master/doc/usecases/manage_tfs_branches.md#manage-merges-with-git-tfs) between tfs branches (#363)
* Creating a TFS branch from an existing git branch (#442)
* Other TFS branch handling improvements (#418 #427 #433 #463 #470)
* Load author mapping in more places (#432)
* Other improvements (#378 #426 #350 #434 #438 #439 #449 #446 #453 #455 #458 #460 #462 #467 #466 #468 #473 #472 #471 #475 #479 #478 #481 #483 #482)
* associate work items using # syntax (#483)
* specify a [custom workspace](https://github.com/git-tfs/git-tfs/blob/master/doc/commands/clone.md#set-a-custom-tfs-workspace-directory) when cloning (#466)
* Other improvements (#378 #426 #434 #438 #439 #449 #446 #453 #455 #458 #460 #462 #467 #468 #473 #472 #471 #475 #479 #478 #481 #482)
* Updated libgit2sharp (#465)

[Full diff](https://github.com/git-tfs/git-tfs/compare/v0.18.0...v0.19.0)

0 comments on commit 5246fe4

Please sign in to comment.