CHANGELOG.md in object_identifier-0.2.1 vs CHANGELOG.md in object_identifier-0.3.0

- old
+ new

@@ -1,14 +1,14 @@ -### 0.1.0 - 2019-02-24 +### 0.3.0 - 2019-06-27 +- Fix identification of objects that implement `to_a`, such as Struct. +### 0.2.1 - 2019-02-24 - Add ability to identify instance vars ### 0.1.0 - 2018-04-14 - - Revamp gem. - Update gem dependencies. - Now returns "[no objects]" even if given a :klass option. ### 0.0.6 - 2016-02-06 - - Fix: identify method now supports private & protected methods.