CHANGELOG.md in inch-0.7.0 vs CHANGELOG.md in inch-0.7.1
- old
+ new
@@ -1,6 +1,11 @@
# Changelog
+## 0.7.1
+
+- Ruby: Setters can now be documented via their @param or @return
+- Elixir: Fix bug regarding parameter name recognition
+
## 0.7.0
BREAKING CHANGE:
- CLI: Uses an exit status different from zero in case of suggestions. This might break workflows based on `&&` (e.g. `rake && inch && ...`).