|
| 1 | +0.27.4 (2019-01-19) |
| 2 | +------------------------- |
| 3 | + |
| 4 | +- New `pygit2.LIBGIT2_VER` tuple |
| 5 | + `#845 <https://github.com/libgit2/pygit2/issues/845>`_ |
| 6 | + `#848 <https://github.com/libgit2/pygit2/pull/848>`_ |
| 7 | + |
| 8 | +- New objects now support (in)equality comparison and hash |
| 9 | + `#852 <https://github.com/libgit2/pygit2/issues/852>`_ |
| 10 | + `#853 <https://github.com/libgit2/pygit2/pull/853>`_ |
| 11 | + |
| 12 | +- New references now support (in)equality comparison |
| 13 | + `#860 <https://github.com/libgit2/pygit2/issues/860>`_ |
| 14 | + `#862 <https://github.com/libgit2/pygit2/pull/862>`_ |
| 15 | + |
| 16 | +- New `paths` optional argument in `Repository.checkout()` |
| 17 | + `#858 <https://github.com/libgit2/pygit2/issues/858>`_ |
| 18 | + `#859 <https://github.com/libgit2/pygit2/pull/859>`_ |
| 19 | + |
| 20 | +- Fix speed and windows package regression |
| 21 | + `#849 <https://github.com/libgit2/pygit2/issues/849>`_ |
| 22 | + `#857 <https://github.com/libgit2/pygit2/issues/857>`_ |
| 23 | + `#851 <https://github.com/libgit2/pygit2/pull/851>`_ |
| 24 | + |
| 25 | +- Fix deprecation warning |
| 26 | + `#850 <https://github.com/libgit2/pygit2/pull/850>`_ |
| 27 | + |
| 28 | +- Documentation fixes |
| 29 | + `#855 <https://github.com/libgit2/pygit2/pull/855>`_ |
| 30 | + |
| 31 | +- Add Python classifiers to setup.py |
| 32 | + `#861 <https://github.com/libgit2/pygit2/pull/861>`_ |
| 33 | + |
| 34 | +- Speeding up tests in Travis |
| 35 | + `#854 <https://github.com/libgit2/pygit2/pull/854>`_ |
| 36 | + |
| 37 | +Breaking changes: |
| 38 | + |
| 39 | +- Remove deprecated `Reference.get_object()`, use `Reference.peel()` instead |
| 40 | + |
| 41 | + |
1 | 42 | 0.27.3 (2018-12-15)
|
2 | 43 | -------------------------
|
3 | 44 |
|
|
0 commit comments