Start new wrapped line only if comment is first item in decorator node
diff --git a/CHANGELOG b/CHANGELOG
index 7dc793c..6970b8d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -19,6 +19,8 @@
 - Attempt to determine if long lambdas are allowed. This can be done on a
   case-by-case basis with a "pylint" disable comment.
 - A comment before a decorator isn't part of the decorator's line.
+- Only force a new wrapped line after a comment in a decorator when it's the
+  first token in the decorator.
 
 ## [0.21.0] 2018-03-18
 ### Added