updating content files
This commit is contained in:
@@ -11,7 +11,7 @@ topics:
|
||||
- API
|
||||
---
|
||||
|
||||
### About breaking changes
|
||||
## About breaking changes
|
||||
|
||||
Breaking changes are any changes that might require action from our integrators. We divide these changes into two categories:
|
||||
|
||||
@@ -23,7 +23,7 @@ We strive to provide stable APIs for our integrators. When a new feature is stil
|
||||
We'll announce upcoming breaking changes at least three months before making changes to the GraphQL schema, to give integrators time to make the necessary adjustments. Changes go into effect on the first day of a quarter (January 1st, April 1st, July 1st, or October 1st). For example, if we announce a change on January 15th, it will be made on July 1st.
|
||||
|
||||
{% for date in graphql.upcomingChangesForCurrentVersion %}
|
||||
### Changes scheduled for {{ date[0] }}
|
||||
## Changes scheduled for {{ date[0] }}
|
||||
|
||||
{% for change in date[1] %}
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user