From 35c646ae62d9d41f926348c9e6386eaac5cf57a5 Mon Sep 17 00:00:00 2001 From: Andrew Ayer Date: Thu, 25 Aug 2016 17:13:31 -0700 Subject: [PATCH] Add NEWS file for 0.2 release --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 NEWS diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..7a1c5d7 --- /dev/null +++ b/NEWS @@ -0,0 +1,8 @@ +v0.2 (2016-08-25) + * Suppress duplicate identifiers in output. + * Fix "EOF" error when running under Go 1.7. + * Fix bug where hook script could fail silently. + * Fix compilation under Go 1.5. + +v0.1 (2016-07-27) + * Initial release.