CHANGELOG.md in inch-0.5.0.rc3 vs CHANGELOG.md in inch-0.5.0.rc4
- old
+ new
@@ -1,12 +1,36 @@
# Changelog
+## 0.4.11 (pre)
-## 0.5.0 (pre)
+- Add `undefined` to the list of values used to indicate that a return value
+ is not intended for further use. The current list is `nil`, `nothing`,
+ `void`, and `undefined`.
+## 0.4.10
+
+- This patch handles cases where the docs indicate that a return value is not
+ intended for further use. After this patch, Inch won't suggest "Describe
+ what foo returns." anymore.
+
+## 0.4.9
+
+- Fixes bugs introduced in 0.4.8
+
+## 0.4.8
+
+- Fix a bug related to "CLI classes must be required seperately from now on"
+ Note to self: read own CHANGELOG more carefully in the future
+
+## 0.4.7
+
- CLI classes must be required seperately from now on
- external data read by NoDocHelper is encoded as UTF-8
-
+- YARD's attribute directive is now interpreted correctly
+- Docs are now evaluated for class variables as well
+- TomDoc support has been improved
+- Method parameter name recognition has been improved for RDoc style comments
+- Compliance with the Ruby Style Guide has been improved (thanks @yous)
## 0.4.6
- Do not count @yield tag if it is auto-assigned via YARD