From c001e964fea31f87eed1469aed2f5536134005b6 Mon Sep 17 00:00:00 2001 From: Arthur Neves Date: Fri, 1 Nov 2013 14:41:04 -0400 Subject: [PATCH] Add note about master on README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 87b8f5f3..fbac6525 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ # ActiveModel::Serializers +## Master - 0.9.0 + +**master is under development, there are some incompatible changes with the current stable release.** + +If you want to read the stable documentation visit [0.8 README](https://github.com/rails-api/active_model_serializers/blob/0-8-stable/README.md) + ## Purpose `ActiveModel::Serializers` encapsulates the JSON serialization of objects.