Re: [PATCH] docs: add note about experimental API in LTS

2023-11-24 Thread David Marchand
On Fri, Oct 20, 2023 at 4:19 PM Kevin Traynor wrote: > > The justification and impact for changing experimental API on LTS > branches is different from the main branch. So the policy that is > being used for allowing experimental APIs to change is stricter on > the LTS branches. > > This was not d

Re: [PATCH] docs: add note about experimental API in LTS

2023-10-20 Thread Ferruh Yigit
On 10/20/2023 4:01 PM, Bruce Richardson wrote: > On Fri, Oct 20, 2023 at 03:19:30PM +0100, Kevin Traynor wrote: >> The justification and impact for changing experimental API on LTS >> branches is different from the main branch. So the policy that is >> being used for allowing experimental APIs to c

Re: [PATCH] docs: add note about experimental API in LTS

2023-10-20 Thread Bruce Richardson
On Fri, Oct 20, 2023 at 03:19:30PM +0100, Kevin Traynor wrote: > The justification and impact for changing experimental API on LTS > branches is different from the main branch. So the policy that is > being used for allowing experimental APIs to change is stricter on > the LTS branches. > > This w

[PATCH] docs: add note about experimental API in LTS

2023-10-20 Thread Kevin Traynor
The justification and impact for changing experimental API on LTS branches is different from the main branch. So the policy that is being used for allowing experimental APIs to change is stricter on the LTS branches. This was not documented anywhere, so add some documentation. Suggested-by: David