Allow splitting in a dotted name if need be
It's not encouraged, but may be necessary if we're going over the column
limit or some other major offense.
diff --git a/CHANGELOG b/CHANGELOG
index 4bc8925..d331f8d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -5,6 +5,8 @@
## [0.11.1] UNRELEASED
### Fixed
- Enforce splitting each element in a dictionary if comma terminated.
+- It's okay to split in the middle of a dotted name if the whole expression is
+ going to go over the column limit.
## [0.11.0] 2016-07-17
### Added