Skip to content

Commit 23f1916

Browse files
committed
Update NEWS
Signed-off-by: Stefan Widgren <[email protected]>
1 parent af1d887 commit 23f1916

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

NEWS

+19
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ NEW FEATURES
55

66
* Added the 'git_config_files' method to locate configuration files.
77

8+
IMPROVEMENTS
9+
10+
* Updated the bundled libgit2 source code to v0.27.2 (8d36dc6).
11+
12+
* git2r can now build against a system installation of libgit2
13+
(Elliott Sales de Andrade in PR #345, #344 and #336).
14+
15+
* Refactoring of the configuration scripts to use a prebuilt libgit2
16+
on macOS and Windows (Thanks Jeroen).
17+
18+
* Ensure that git2r writes the config file to the correct location on
19+
Windows (John Blischak in PR #320).
20+
21+
* Better default location to find ssh keys in 'cred_ssh_key()' (Ian
22+
Lyttle in PR #317).
23+
824
BUG FIXES
925

1026
* If a merge results in no change, the returned 'git_merge_result' now returns
@@ -14,6 +30,9 @@ BUG FIXES
1430

1531
BREAKING CHANGES
1632

33+
* Changed from S4 classes to S3 classes to simplify the design and
34+
facilitate future development.
35+
1736
* Removed the trailing slash from the directory name when reporting
1837
repository path or workdir.
1938

0 commit comments

Comments
 (0)