From 2d7a6aa82541ba2a451c6e1f3aa347cf9dd03ef5 Mon Sep 17 00:00:00 2001 From: Justin Date: Mon, 16 Apr 2018 19:11:53 -0400 Subject: [PATCH] Updatiing readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 112eb6fb..a07ffaf1 100644 --- a/README.md +++ b/README.md @@ -385,7 +385,8 @@ This started off as a fork from [node-gitlab](https://github.com/node-gitlab/nod [3.1.0](https://github.com/jdalrymple/node-gitlab-api/tags/3.1.0) (2018-4-16) ------------------ -- Added addTimeEstimate, addTimeSpent, timeStats, resetTimeSpent and resetTimeEstimate to the Issues API. Requested in PR [#68](https://github.com/jdalrymple/node-gitlab-api/pull/68) +- Added addTimeEstimate, addTimeSpent, timeStats, resetTimeSpent and resetTimeEstimate to the Issues API. Requested in Issue [#68](https://github.com/jdalrymple/node-gitlab-api/issues/68) +- Added XMLHttpRequest Support PR [#59](https://github.com/jdalrymple/node-gitlab-api/pull/59) **Breaking Change**