From c59be21897ffd304715e43a36bf68f431f11c5d8 Mon Sep 17 00:00:00 2001 From: Ben Meier Date: Sun, 28 Jan 2018 07:40:23 +0200 Subject: [PATCH] Fixed another CHANGELOG parenths --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f915bf8fe..673d808646 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,7 @@ BUG FIXES: NEW FEATURES: * Absorb `dep prune` into `dep ensure`. ([#944](https://github.com/golang/dep/issues/944)) -* Add support for importing from [glock](https://github.com/robfig/glock) based projects. ([#1422](https://github.com/golang/dep/pull/1422) +* Add support for importing from [glock](https://github.com/robfig/glock) based projects. ([#1422](https://github.com/golang/dep/pull/1422)) * Add support for importing from [govendor](https://github.com/kardianos/govendor) based projects. ([#815](https://github.com/golang/dep/pull/815)) * Allow override of cache directory location using environment variable `DEPCACHEDIR`. ([#1234](https://github.com/golang/dep/pull/1234)) * Add support for template output in `dep status`. ([#1389](https://github.com/golang/dep/pull/1389))