CHANGELOG.md in buff-ignore-1.1.1 vs CHANGELOG.md in buff-ignore-1.2.0
- old
+ new
@@ -1,33 +1,36 @@
-CHANGELOG
-=========
+# CHANGELOG
+## v1.2.0
-v1.1.1
-------
+- Require Ruby 2.1
+- Fix the ignore file not being properly loaded
+
+## v1.1.1
+
- Handle nil file paths
-v1.1.0
-------
+## v1.1.0
+
- Make `ignored?` a public function
-v1.0.4
-------
+## v1.0.4
+
- **Critical Fix** - strip all values before fnmatching
- Accept a `:base` argument and only parse relative to the base
-v1.0.3
-------
+## v1.0.3
+
- Use `#to_s` instead of message for a nicer output to the end-user when an ignore file is not found
-v1.0.2
-------
+## v1.0.2
+
- Only accept a Pathname or String as the primary argument
-v1.0.1
-------
+## v1.0.1
+
- Use `VERSION` constant
- Add CHANGELOG
-v1.0.0
-------
-- *(initial release)*
+## v1.0.0
+
+- _(initial release)_