CHANGELOG.md in active_force-0.7.0 vs CHANGELOG.md in active_force-0.7.1

- old
+ new

@@ -1,8 +1,15 @@ # Changelog ## Not released + +## 0.7.1 + +* Allow sfdc_client to be set. ([#92][]) + +## 0.7.0 + * Rails4-style conditional has_many associations ([Dan Olson][]) * Add `#includes` query method to eager load has_many association. ([Dan Olson][]) * Add `#includes` query method to eager load belongs_to association. ([#65][]) * SObject#destroy method. @@ -82,9 +89,10 @@ [#28]: https://github.com/ionia-corporation/active_force/issues/28 [#29]: https://github.com/ionia-corporation/active_force/issues/29 [#30]: https://github.com/ionia-corporation/active_force/issues/30 [#33]: https://github.com/ionia-corporation/active_force/issues/33 [#65]: https://github.com/ionia-corporation/active_force/issues/65 +[#92]: https://github.com/ionia-corporation/active_force/issues/92 [Pablo Oldani]: https://github.com/olvap [Armando Andini]: https://github.com/antico5 [José Piccioni]: https://github.com/lmhsjackson [Dan Olson]: https://github.com/DanOlson