CHANGELOG.md in omniauth-identity-2.0.0 vs CHANGELOG.md in omniauth-identity-3.0.0

- old
+ new

@@ -4,12 +4,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Added +- Add option `:enable_login` to bypass OmniAuth disabling of GET method (default `true`) + - NOTE: This restores compatibility between this gem and the current, core, omniauth gem! +- README updates, including a rename to README.md + +### Removed +- Removed support for DataMapper, which died long ago. +- Cleanup (removal) of unwanted git artifacts + ## [2.0] - 2020-09-01 -### Added +### Added - CHANGELOG to maintain a history of changes. - Include mongoid-rspec gem. ### Changed - Fix failing Specs \ No newline at end of file