|
1 |
| -1.0.0 (UNRELEASED) |
| 1 | +1.0.0 (2019-12-06) |
2 | 2 | -------------------------
|
3 | 3 |
|
4 | 4 | - Drop Python 2.7 and 3.4 support, six no longer required
|
|
7 | 7 | - Add Python 3.8 support
|
8 | 8 | `#918 <https://github.com/libgit2/pygit2/issues/918>`_
|
9 | 9 |
|
10 |
| -- New ``Repository.odb`` returns new ``Odb`` type instance. And new |
11 |
| - ``OdbBackend`` type. |
12 |
| - `#940 <https://github.com/libgit2/pygit2/pull/940>`_ |
13 |
| - `#942 <https://github.com/libgit2/pygit2/pull/942>`_ |
14 |
| - |
15 | 10 | - New support for ``/`` operator to traverse trees
|
16 | 11 | `#903 <https://github.com/libgit2/pygit2/pull/903>`_
|
17 | 12 | `#924 <https://github.com/libgit2/pygit2/issues/924>`_
|
18 | 13 |
|
| 14 | +- New ``Branch.raw_branch_name`` |
| 15 | + `#954 <https://github.com/libgit2/pygit2/pull/954>`_ |
| 16 | + |
19 | 17 | - New ``Index.remove_all()``
|
20 | 18 | `#920 <https://github.com/libgit2/pygit2/pull/920>`_
|
21 | 19 |
|
| 20 | +- New ``Remote.ls_remotes(..)`` |
| 21 | + `#935 <https://github.com/libgit2/pygit2/pull/935>`_ |
| 22 | + `#936 <https://github.com/libgit2/pygit2/issues/936>`_ |
| 23 | + |
22 | 24 | - New ``Repository.lookup_reference_dwim(..)`` and ``Repository.resolve_refish(..)``
|
23 | 25 | `#922 <https://github.com/libgit2/pygit2/issues/922>`_
|
24 | 26 | `#923 <https://github.com/libgit2/pygit2/pull/923>`_
|
25 | 27 |
|
26 |
| -- New ``Remote.ls_remotes(..)`` |
27 |
| - `#935 <https://github.com/libgit2/pygit2/pull/935>`_ |
28 |
| - `#936 <https://github.com/libgit2/pygit2/issues/936>`_ |
| 28 | +- New ``Repository.odb`` returns new ``Odb`` type instance. And new |
| 29 | + ``OdbBackend`` type. |
| 30 | + `#940 <https://github.com/libgit2/pygit2/pull/940>`_ |
| 31 | + `#942 <https://github.com/libgit2/pygit2/pull/942>`_ |
| 32 | + |
| 33 | +- New ``Repository.references.compress()`` |
| 34 | + `#961 <https://github.com/libgit2/pygit2/pull/961>`_ |
| 35 | + |
| 36 | +- Optimization: Load notes lazily |
| 37 | + `#958 <https://github.com/libgit2/pygit2/pull/958>`_ |
29 | 38 |
|
30 | 39 | - Fix spurious exception in config
|
31 | 40 | `#916 <https://github.com/libgit2/pygit2/issues/916>`_
|
|
0 commit comments