CHANGELOG.md in symbiont-ruby-0.6.0 vs CHANGELOG.md in symbiont-ruby-0.7.0

- old
+ new

@@ -1,16 +1,24 @@ # Changelog All notable changes to this project will be documented in this file. +## [0.7.0] 2021-06-22 +### Added +- Support for Ruby@2.7.2, Ruby@3.0.0; + +### Changed +- No more `TravisCI` (TODO: migrate to `Github Actions`); +- Updated development dependencies; + ## [0.6.0] 2018-03-28 ### Changed - Removed verbose code from `#__actual_context__` and `#method` methods of `Symbiont::PublicTrigger` and `Symbiont::PrivateTrigger` classes. ## [0.5.0] 2018-03-28 ### Added - Support for method dispatching for `BasicObject` instances (which does not support `#respond_to?` method); -- Support for method extrancting for `BasicObject` instances (which does not support `#method` method); +- Support for method extracting for `BasicObject` instances (which does not support `#method` method); - Updated development dependencies; - Support for `Ruby@2.6.2`, `Ruby@2.5.5`; ## [0.4.0] 2018-10-25 ### Added