CHANGELOG.md in pluck_map-0.6.2 vs CHANGELOG.md in pluck_map-1.0.0.rc1
- old
+ new
@@ -1,7 +1,9 @@
-## v0.6.2 (2019 Jun 13)
+## v1.0.0.rc1 (2019 May 12)
-* FIX: Allow presenting a subclass of the presenter's model (@kobsy)
+* BREAKING: Remove deprecated features/methods (@boblail)
+* FEATURE: Optimize `to_json` when a presenter doesn't need to process values in Ruby (@boblail)
+* FEATURE: Add `has_many` and `has_one` DSL for presenting nested resources (@boblail)
## v0.6.1 (2019 May 12)
* FIX: Aliased SQL expressions to work-around a bug with Rails Postgres adapter (@kobsy)