From edc9d0e7409c8a5bb037ceffaf11f9bb160229c4 Mon Sep 17 00:00:00 2001 From: Pepe Iborra Date: Sat, 16 Jan 2021 20:08:44 +0000 Subject: [PATCH] Fix changelog dates --- ghcide/CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ghcide/CHANGELOG.md b/ghcide/CHANGELOG.md index 44c19c990c..bb0bc441f4 100644 --- a/ghcide/CHANGELOG.md +++ b/ghcide/CHANGELOG.md @@ -1,7 +1,7 @@ -### 0.7.2 (2020-01-14) +### 0.7.2 (2021-01-14) * Expose shakeOptions used - (Pepe Iborra) -### 0.7.1 (2020-01-13) +### 0.7.1 (2021-01-13) * Fix sticky diagnostics bug (#1188) - (Pepe Iborra) * Use completionSnippetsOn flag (#1195) - (Yuya Kono) * Update tested-with GHC in cabal config - (jneira) @@ -14,7 +14,7 @@ * Update links to issues/PRs in ghcide tests. (#1142) - (Peter Wicks Stringfield) * fix suggestAddTypeAnnotation regex (#760) - (Kostas Dermentzis) -### 0.7.0 (2020-01-03) +### 0.7.0 (2021-01-03) * Ghcide now loads HLS plugins internally - (Pepe Iborra) * Retry a failed cradle if the cradle descriptor changes (#762) - (Pepe Iborra) * Fix extend imports regression (#769) - (Pepe Iborra)