|
10 | 10 | - CodeBetter TeamCity: <http://teamcity.codebetter.com/project.html?projectId=LibGit2Sharp&guest=1>
|
11 | 11 | - Travis: <https://travis-ci.org/libgit2/libgit2sharp>
|
12 | 12 |
|
| 13 | +## v0.20 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.19...v0.20)) |
| 14 | + |
| 15 | +### Additions |
| 16 | + |
| 17 | + - Teach RemoteUpdater to update the remote url (#803) |
| 18 | + - Introduce ObjectDatabase.CreateTree(Index) and Index.Reset(Tree) (#788, #799) |
| 19 | + - Add process wide logging feature (#832) |
| 20 | + - Add process wide SmartSubtransport registration/unregistration (#528) |
| 21 | + - Expose Index.Clear() (#814) |
| 22 | + |
| 23 | +### Changes |
| 24 | + |
| 25 | + - Require Mono 3.6+ on non Windows platform (#800) |
| 26 | + - Require NuGet 2.7+ to install the package (#836) |
| 27 | + - Throw MergeFetchHeadNotFoundException when Pull cannot find ref to merge (#841) |
| 28 | + - Drop Remote.IsSupportedUrl() (#857) |
| 29 | + - Deprecate repo.Version in favor of GlobalSettings.Version (#726, #820) |
| 30 | + - Remove optional parameters from IRepository (#779, #815) |
| 31 | + - Move higher level Index operations to IRepository (#822, #851) |
| 32 | + - Deprecate repo.Refs.Move() in favor of repo.Refs.Rename() (#752, #819) |
| 33 | + - Update libgit2 binaries to libgit2/libgit2@3f8d005 |
| 34 | + |
| 35 | +### Fixes |
| 36 | + |
| 37 | + - Fix compareOptions handling in Diff.Compare<T> (#827, #828) |
| 38 | + - Honor MSBuild Publish mechanism (#597, #821) |
| 39 | + - Make Configuration.BuildSignature() throw a more descriptive message (#831, #858) |
| 40 | + - Prevent Branch.Remote property from throwing when the remote is unresolvable (#823) |
| 41 | + - Teach Revert() to clean up repository state when there is nothing to revert (#816) |
| 42 | + |
13 | 43 | ## v0.19 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.18.1...v0.19))
|
14 | 44 |
|
15 | 45 | ### Additions
|
|
0 commit comments