During the week of Feb 22nd, the below changes came in via OpenAPI which we had suppressed using overrides to avoid shipping breaking changes in a non major release
Remove support for value include_and_require from enum InvoiceCreateParams.pending_invoice_items_behavior
Remove support for value service_tax from enums TaxRate.tax_type, TaxRateCreateParams.tax_type, and TaxRateUpdateParams.tax_type
But we forgot to clean up the generated changelog entries. This PR fixes that.
During the week of Feb 22nd, the below changes came in via OpenAPI which we had suppressed using overrides to avoid shipping breaking changes in a non major release
include_and_require
from enumInvoiceCreateParams.pending_invoice_items_behavior
service_tax
from enumsTaxRate.tax_type
,TaxRateCreateParams.tax_type
, andTaxRateUpdateParams.tax_type
But we forgot to clean up the generated changelog entries. This PR fixes that.