diff options
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | CHANGES | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -28,6 +28,7 @@ Alphabetical list of contributors: * Robert Nix <com.github@rnix.org> * Rocky Meza <rmeza@fusionbox.com> * Ryan Wooden <rygwdn@gmail.com> +* saaj <id@saaj.me> * Shen Longxing <shenlongxing2012@gmail.com> * spigwitmer <itgpmc@gmail.com> * Tim Graham <timograham@gmail.com> @@ -17,6 +17,7 @@ Bug Fixes * Leading whitespaces are now removed when format() is called with strip_whitespace=True (issue213, by shenlongxing). * Fix typo in keywords list (issue229, by cbeloni). +* Fix parsing of functions in comparisons (issue230, by saaj). Release 0.1.19 (Mar 07, 2015) |