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