Skip to content

Commit

Permalink
Fix changelog to reflect registry module changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasslash committed Mar 7, 2022
1 parent c29a9f8 commit 47275e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* All list option structs are now pointers [#309](https://github.com/hashicorp/go-tfe/pull/309)
* All errors have been refactored into constants in `errors.go` [#310](https://github.com/hashicorp/go-tfe/pull/310)
* The `ID` field in Create/Update option structs has been renamed to `Type` in accordance with the JSON:API spec [#190](https://github.com/hashicorp/go-tfe/pull/190), [#323](https://github.com/hashicorp/go-tfe/pull/323), [#332](https://github.com/hashicorp/go-tfe/pull/332)
* ID tuples (of 3 IDs or more) used to identify a resource have been refactored into a struct [#337](https://github.com/hashicorp/go-tfe/pull/337)
* Nested URL params (consisting of an organization, module and provider name) used to identify a `RegistryModule` have been refactored into a struct `RegistryModuleID`. [#337](https://github.com/hashicorp/go-tfe/pull/337)


## Enhancements
Expand Down

0 comments on commit 47275e4

Please sign in to comment.