CHANGES.md in active_remote-3.3.3 vs CHANGES.md in active_remote-5.0.0.pre
- old
+ new
@@ -1,6 +1,19 @@
# ActiveRemote Changes
+5.0.0
+----------
+
+- Use Active Model attributes [#72]
+- Use type casting from Active Model (custom types must be registered) [#71]
+- Use query attributes from Active Record (string values such as 'FALSE', and '0' are now considered present) [#71]
+- Drop support for Rails 4.2 (versions will match Rails version moving forward) [#71]
+
+3.3.1
+----------
+
+- Fix unknown type error in Protobuf serializer [#70]
+
3.3.0
----------
- Add support for registering types that can be used to define attributes without using the existing `:type` or
`:typecaster` options `attribute :name, :string` [#69]