Skip to content

Commit

Permalink
Add changelog entry
Browse files Browse the repository at this point in the history
Signed-off-by: Simone Orru <simone.orru@secomind.com>
  • Loading branch information
sorru94 committed Dec 13, 2023
1 parent fe19e97 commit 170844f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
structs. This field can be used to pass user data to callback functions.
- Utility function `astarte_err_to_name`. Can be used to obtain a string representation of any error
returned from the device.
- Properties retention in NVS. The values of server and device properties can now be stored
permanently using the NVS drivers of ESP. Two new configuration entries have been added to the
Astarte SDK menu. One enables properties persistency while the other can be used to specify a
custom NVS partition where to store such properties.

### Changed
- Return value of `uuid_generate_v5` and `astarte_hwid_encode` functions from `void` to
Expand Down

0 comments on commit 170844f

Please sign in to comment.