No spaces between a star and args in a lambda expr
diff --git a/CHANGELOG b/CHANGELOG
index 6929370..602c0fa 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -15,6 +15,7 @@
 - Don't rely upon the original line break to determine if we should split
   before the elements in a container. Especially split if there's a comment in
   the container.
+- Don't add spaces between star and args in a lambda expression.
 
 ## [0.12.1] 2016-10-02
 ### Changed