Skip to content

Commit

Permalink
Update CHANGELOG for new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
asedge committed Feb 3, 2023
1 parent ce6687d commit e5febe5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## Not released

## 0.9.0

* Add support for Rails 7 and update Restforce dependency to newer version. (https://github.com/Beyond-Finance/active_force/pull/3)
* Add `has_one` association. (https://github.com/Beyond-Finance/active_force/pull/3)
* Model generator enhancements (https://github.com/Beyond-Finance/active_force/pull/3):
* automatically add types to fields
* sort fields alphabetically
* add `table_name` to class
* add optional namespace parameter so generated models can be namespaced
* Add get/set via `[]` and `[]=` for `SObject` attributes. (https://github.com/Beyond-Finance/active_force/pull/3)

## 0.7.1

* Allow sfdc_client to be set. ([#92][])
Expand Down

0 comments on commit e5febe5

Please sign in to comment.