commit | b22a31f805e53c1cef6880b0f2430faf0b38c78d | [log] [tgz] |
---|---|---|
author | Mateusz Starzyk <mateusz.starzyk@mobica.com> | Fri Feb 05 17:17:54 2021 +0100 |
committer | Mateusz Starzyk <mateusz.starzyk@mobica.com> | Thu Feb 11 17:13:12 2021 +0100 |
tree | 308634cb28c95cc4536a6f33942e18747ef8fdd4 | |
parent | a120146afe309f857cc6dfb9a63d92b07b6b6c54 [diff] |
Add changelog for applying missing const attributes to the API. Signed-off-by: Mateusz Starzyk <mateusz.starzyk@mobica.com>
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.