blob: dfcf248fa1fdbab594cfd35dcf138a3c264a2b92 [file] [log] [blame]
Manuel Pégourié-Gonnardf5acfba2021-04-26 09:57:40 +02001Please add your migration guide entries here. Until 3.0 is released, each PR
2that makes backwards-incompatible changes should add a file here, with the
3extension .md, a descriptive name and the following format:
Manuel Pégourié-Gonnardb2a10432021-04-23 11:59:00 +02004
Manuel Pégourié-Gonnardf5acfba2021-04-26 09:57:40 +02005---%<------%<------%<------%<------%<------%<------%<------%<---
Manuel Pégourié-Gonnardb2a10432021-04-23 11:59:00 +02006
Manuel Pégourié-Gonnardf5acfba2021-04-26 09:57:40 +02007The Change That Was Made
8------------------------
9
10Who exactly is affected: does this affect users of the default config, of a
11particular feature? Remember to contextualise.
12
13If I'm affected, what's my migration path? How should I change my code if this
14is and API change; if a feature was removed what are my alternatives?
15
16Optional: Another Change That Was Made in the Same Pr
17-----------------------------------------------------
18
19Who is affected?
20
21What's the migration path?
22
23---%<------%<------%<------%<------%<------%<------%<------%<---
24
25For examples, have a look a docs/3.0-migration-guide.md (which includes the
26top-level header and an intro before the list of entries).
27
28As part of release preparation, the entries in this directory will be appended
29to docs/3.0-migration-guide.md and then re-ordered and reviewed one last time.
30The file is then going to be moved to the version-independant docs repo.