Split before first argument if dict appears in arg list
diff --git a/CHANGELOG b/CHANGELOG
index 293b6f8..fb7a63e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -6,6 +6,8 @@
 ### Changed
 - Take into account a named function argument when determining if we should
   split before the first argument in a function call.
+- Split before the first argument in a function call if the arguments contain a
+  dictionary that doesn't fit on a single line.
 
 ## [0.19.0] 2017-10-14
 ### Added