commit | 140976b452938b7991b19695223ce19fde4018ca | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Tue Feb 16 10:46:17 2021 +0100 |
committer | GitHub <noreply@github.com> | Tue Feb 16 10:46:17 2021 +0100 |
tree | 8780e611306dcf80fc3d3471ce640d055522c4bc | |
parent | 555b7f4c832446620d60fd28fad5c63d44cebfd7 [diff] | |
parent | b22a31f805e53c1cef6880b0f2430faf0b38c78d [diff] |
Merge pull request #4115 from mstarzyk-mobica/const_changelog Add changelog for applying missing const attributes to the API.
diff --git a/ChangeLog.d/add_const_parameters.txt b/ChangeLog.d/add_const_parameters.txt new file mode 100644 index 0000000..a55ca36 --- /dev/null +++ b/ChangeLog.d/add_const_parameters.txt
@@ -0,0 +1,2 @@ +API changes + * Add missing const attributes to API functions.