CHANGELOG.md in wannabe_bool-0.7.0 vs CHANGELOG.md in wannabe_bool-0.7.1
- old
+ new
@@ -1,6 +1,7 @@
| Version | Changes |
| ------- | ------- |
+| 0.7.1 | Add `frozen_string_literal` pragma comment for all Ruby files. |
| 0.7.0 | Aliases `to_bool` and `to_boolean` for `to_b` method. [Issue #9](https://github.com/prodis/wannabe_bool/issues/9). |
| 0.6.0 | Invalid value behaviours. [Issue #5](https://github.com/prodis/wannabe_bool/issues/5). |
| 0.5.0 | No Ruby version required. |
| 0.4.0 | `to_b` in `Numeric` class, not only in `Integer` class. |
| 0.3.0 | Fix integer to boolean conversion. [Issue #2](https://github.com/prodis/wannabe_bool/issues/2) |