From 60d8df9debcf22692683c21f3af14513a3e1f678 Mon Sep 17 00:00:00 2001 From: Stefan Widgren Date: Tue, 10 May 2016 17:10:51 +0200 Subject: [PATCH] Update NEWS --- NEWS | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/NEWS b/NEWS index 1ff798cac..ca5888bb2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,21 @@ +git2r 0.14.0.9000 +----------------- + +IMPROVEMENTS + +* Build configuration: 'pkg-config' is now used to find 'libssl', if + possible (Elias Pipping in PR #231). + +* Added a method to coerce a 'git_commit' object to a 'data.frame'. + +* Added the method 'is_branch' to check if an object is a + 'git_branch'. + +BUG FIXES + +* Build configuration: fixed installation with parallel make (Kirill + Müller in PR #228). + git2r 0.14.0 ------------