CHANGELOG.md in dense-1.0.0 vs CHANGELOG.md in dense-1.1.0

- old
+ new

@@ -1,8 +1,17 @@ # dense +## dense 1.1.0 released 2018-04-29 + +* Add Dense.path(path) and Dense.gather(collection, path) +* Use but enhance KeyError and TypeError +* Differentiate between `*` and `.*` +* Complete ework around Path#gather +* Straighten Dense.fetch + + ## dense 1.0.0 released 2017-09-29 * Accept `owner[age]` (unquoted key name in bracket index) * Accept '=' and '?' in key names * Introduce Dense::Path#last