Skip to content

Commit c91c194

Browse files
committed
Update NEWS
1 parent ee04266 commit c91c194

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

NEWS

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
git2r (development version)
22
---------------------------
33

4+
IMPROVEMENTS
5+
6+
* Updated the bundled libgit2 source code to version '0.28.5'.
7+
8+
* Updated the build configuration script to be able to build git2r
9+
with a system installation of libgit2 version >= 1.0.
10+
11+
* The build configuration script checks for minimum required version
12+
of libssh2 (version >= 1.8). Issue #420.
13+
14+
* Updated to use roxygen2 version 7.1.0 to build the documentation.
15+
16+
* Make it easier to view and change the timezone (John Blischak in
17+
#408).
18+
19+
* Fixed 'ls_tree' to handle content in subfolder, see description in
20+
PR #402.
21+
22+
* The 'branch_create' function has been changed to use the
23+
'last_commit()' function as default to determine the commit to which
24+
the new branch should point.
425

526
git2r 0.26.1
627
------------

0 commit comments

Comments
 (0)