README.markdown in standalone_migrations-6.0.0 vs README.markdown in standalone_migrations-6.1.0

- old
+ new

@@ -2,10 +2,12 @@ [![Build Status](https://travis-ci.org/thuss/standalone-migrations.svg?branch=master)](https://travis-ci.org/thuss/standalone-migrations) WHAT'S NEW ========== +In the 6.x release we've added support for Rails 6 migrations thanks to [Marco Adkins](https://github.com/marcoadkins). + In the 5.x release we have moved to using Rails 5 migrations instead of maintaining our own migration related code. Just about anything you can do with Rails 5 migrations you can now do with [Standalone Migrations](https://github.com/thuss/standalone-migrations) too! CONTRIBUTE ========== [Standalone Migrations](https://github.com/thuss/standalone-migrations) relies on the contributions of the open-source community! To submit a fix or an enhancement fork the repository, make your changes, add your name to the *Contributors* section in README.markdown, and send us a pull request! If you're active and do good work we'll add you as a collaborator! @@ -265,5 +267,6 @@ - [Jonathan Rochkind](https://github.com/jrochkind) - [Michael Mikhailov](https://github.com/yohanson) - [Benjamin Dobell](https://github.com/Benjamin-Dobell) - [Hassan Mahmoud](https://github.com/HassanTC) - [Marco Adkins](https://github.com/marcoadkins) + - [Mithun James](https://github.com/drtechie)