# v3.1.2
* More submodule name/path mismatch fixes.
# v3.1.1
* Submodules which have different names and paths are now properly handled.
# v3.1.0
* Added support for "update merges". This is equivalent to using the `ours`
merge strategy.
* Checking out files now accepts an iterator over pathspecs.
# v3.0.0
* Bump `chrono` from `0.3` to `0.4`. This is required for compatibility with
`serde-1.0`.
# v2.0.0
* Support checking out files into a prepared workarea.
* Add `MergeCommand` to handle creation of the merge commit.
* `GitContext::fetch` now supports an iterator over refnames.
* Renamed `PreparedGitWorkArea` to `GitWorkArea`.
# v1.0.1
* Documentation fixes.
# v1.0.0
* Initial stable release.