README.md in serial_translator-1.1.3 vs README.md in serial_translator-2.0.0
- old
+ new
@@ -4,9 +4,13 @@
[![Build Status](https://travis-ci.org/betterplace/serial_translator.svg)](https://travis-ci.org/betterplace/serial_translator)
[![Dependency Status](https://gemnasium.com/betterplace/serial_translator.svg)](https://gemnasium.com/betterplace/serial_translator)
Translate ActiveRecord object attributes without the use of additional models.
+## Changes from 1.* to 2.*
+
+`serial_translator` will now store all translations in JSON format per default rather than in YAML. However, it is still able to read YAML serialized translations and will convert them in the background.
+
## Installation
Add it to your Gemfile:
gem 'serial_translator'