- New remote ref-specs API:
[290](https://github.com/libgit2/pygit2/pull/290)
- New `Repository.reset(...)`:
[292](https://github.com/libgit2/pygit2/pull/292),
[294](https://github.com/libgit2/pygit2/pull/294)
- Export `GIT_DIFF_MINIMAL`:
[293](https://github.com/libgit2/pygit2/pull/293)
- New `Repository.merge(...)`:
[295](https://github.com/libgit2/pygit2/pull/295)
- Fix `Repository.blame` argument handling:
[297](https://github.com/libgit2/pygit2/pull/297)
- Fix build error on Windows:
[298](https://github.com/libgit2/pygit2/pull/298)
- Fix typo in the README file, Blog → Blob:
[301](https://github.com/libgit2/pygit2/pull/301)
- Now `Diff.patch` returns `None` if no patch:
[232](https://github.com/libgit2/pygit2/pull/232),
[303](https://github.com/libgit2/pygit2/pull/303)
- New `Walker.simplify_first_parent()`:
[304](https://github.com/libgit2/pygit2/pull/304)