CHANGELOG.md in object_identifier-0.4.1 vs CHANGELOG.md in object_identifier-0.5.0
- old
+ new
@@ -1,5 +1,10 @@
-### 0.4.1 - 2022-12-?
+### 0.5.0 - 2023-01-04
+- Add support for defining customer Formatters.
+- Add ObjectInspector::Configuration#formatter_class setting for overriding the default Formatter. See the README for more.
+- Add a benchmarking script for comparing performance of formatters. See the README for more.
+
+### 0.4.1 - 2022-12-30
- Make compatible with Ruby 3.2 (and likely Ruby 3.0 and 3.1 as well).
- Update development dependencies.
### 0.4.0 - 2020-09-01
- [#4](https://github.com/pdobb/object_identifier/pull/4) Only show attribute names if identifying more than one attribute.