Index: CHANGELOG.md |
diff --git a/CHANGELOG.md b/CHANGELOG.md |
index de761693e679e9a2db18be51e7c700d81b83beba..5562ef73925b4f059e7037c80b568057a59970fa 100644 |
--- a/CHANGELOG.md |
+++ b/CHANGELOG.md |
@@ -1,6 +1,13 @@ |
+# 0.1.4 |
+ |
+* Added `always_declare_return_types` lint rule (#146). |
+* Improved `always_specify_types` to detect missing types in declared identifiers and narrowed source range to the token. |
+* Added `implementation_imports` lint rule (#33). |
+* Test performance improvements. |
+ |
# 0.1.3+5 |
-* Added `always_specify_types` lint rule. |
+* Added `always_specify_types` lint rule (#144). |
# 0.1.3+4 |