diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/tools/RELEASE_CHANGES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/RELEASE_CHANGES b/src/tools/RELEASE_CHANGES index 52c98360f4a..e0a0bacad20 100644 --- a/src/tools/RELEASE_CHANGES +++ b/src/tools/RELEASE_CHANGES @@ -41,7 +41,7 @@ but are not limited to: 3. Removing a field from a public structure. -3. Adding a field to a public structure, unless steps have been +4. Adding a field to a public structure, unless steps have been previously taken to shield users from such a change, for example by such structures only ever being allocated/instantiated by a library function which would give the new field a suitable default value. |