Update README. 0.10 is no longer RC

This commit is contained in:
Ben Mills 2016-05-17 13:13:53 -06:00
parent b6d4ec03de
commit b75db81ca4
No known key found for this signature in database
GPG Key ID: F362D7A1BB9F775F

View File

@ -55,15 +55,9 @@ But we strongly advise you to use **JsonApi Adapter**, which
follows 1.0 of the format specified in [jsonapi.org/format](http://jsonapi.org/format). follows 1.0 of the format specified in [jsonapi.org/format](http://jsonapi.org/format).
Check how to change the adapter in the sections below. Check how to change the adapter in the sections below.
## RELEASE CANDIDATE, PLEASE READ
This is the **master** branch of ActiveModelSerializers.
It will become the `0.10.0` release when it's ready. Currently this is a release candidate.
`0.10.x` is **not** backward compatible with `0.9.x` nor `0.8.x`. `0.10.x` is **not** backward compatible with `0.9.x` nor `0.8.x`.
`0.10.x` will be based on the `0.8.0` code, but with a more flexible `0.10.x` is based on the `0.8.0` code, but with a more flexible
architecture. We'd love your help. [Learn how you can help here.](CONTRIBUTING.md) architecture. We'd love your help. [Learn how you can help here.](CONTRIBUTING.md)
It is generally safe and recommended to use the master branch. It is generally safe and recommended to use the master branch.