diff --git a/README.rst b/README.rst index 48471d9..fe3adda 100644 --- a/README.rst +++ b/README.rst @@ -53,9 +53,6 @@ Diff interface refactoring New features: -- Make pygit work in a frozen environment - `#453 `_ - - New ``Repository.expand_id(...)`` and ``Repository.ahead_behind(...)`` `#448 `_ @@ -66,36 +63,73 @@ New features: `#489 `_ - New ``Repository.cherrypick(...)`` + `#436 `_ `#492 `_ - New support for submodules `#499 `_ + `#514 `_ - New ``Repository.merge_file_from_index(...)`` `#503 `_ +- Now ``Repository.diff`` supports diffing two blobs + `#508 `_ + +- New optional ``fetch`` parameter in ``Remote.create`` + `#526 `_ + +- New ``pygit2.DiffStats`` + `#406 `_ + `#525 `_ + +- New ``Repository.get_attr(...)`` + `#528 `_ + +- New ``level`` optional parameter in ``Index.remove`` + `#533 `_ + +Build and install improvements: + +- Make pygit work in a frozen environment + `#453 `_ + +- Make pygit2 work with pyinstaller + `#510 `_ + Bugs fixed: +- Fix memory issues + `#477 `_ + `#487 `_ + `#520 `_ + - Fix TreeEntry equality testing `#458 `_ `#488 `_ -- Safer handling of string arrays - `#477 `_ - `#487 `_ - - ``Repository.write_archive`` fix handling of symlinks `#480 `_ - Fix type check in ``Diff[...]`` `#495 `_ +- Fix error when merging files with unicode content + `#505 `_ + Other: -- Documentation improvements +- Documentation improvements and fixes `#448 `_ `#491 `_ `#497 `_ + `#507 `_ + `#517 `_ + `#518 `_ + `#519 `_ + `#521 `_ + `#523 `_ + `#527 `_ - Expose the ``pygit2.GIT_REPOSITORY_INIT_*`` constants `#483 `_