Skip to content

Commit

Permalink
Merge pull request #352 from hashicorp/add-rmID-changes
Browse files Browse the repository at this point in the history
Add Registry Module ID changes to changelog
  • Loading branch information
sebasslash committed Mar 7, 2022
2 parents c29a9f8 + 47275e4 commit fc4c887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
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 fc4c887

Please sign in to comment.