summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--CHANGELOG1
2 files changed, 2 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index a42b4e0..31b7ca8 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -10,6 +10,7 @@ Alphabetical list of contributors:
* Adam Greenhall <agreenhall@lyft.com>
* Alexander Beedie <ayembee@gmail.com>
* Alexey Malyshev <nostrict@gmail.com>
+* andrew deryabin <github@djsf.com>
* Andrew Tipton <andrew.tipton@compareglobalgroup.com>
* atronah <atronah.ds@gmail.com>
* casey <casey@cloudera.com>
diff --git a/CHANGELOG b/CHANGELOG
index 20add54..471cc14 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -12,6 +12,7 @@ Bug Fixes
* Fix incorrect splitting of strings containing new lines (pr396, by fredyw).
* Fix for get\_real_name() to return correct name (issue369, by fredyw).
* Wrap function params when wrap_after is set (pr398, by soloman1124).
+* Fix parsing of "WHEN name" clauses (pr418, by andrew deryabin).
Internal Changes