Files: Rearranged backend .h files: moved client_entry to clixon_backend_client.h

This commit is contained in:
Olof hagsand 2023-02-26 16:09:53 +01:00
parent d6c523d27a
commit 5f2978d06c
14 changed files with 46 additions and 39 deletions

View file

@ -42,9 +42,17 @@
## 6.2.0
Expected: April 2023
### C/CLI-API changes on existing features
Developers may need to change their code
* C-API
* Renamed include file: `clixon_backend_handle.h`to `clixon_backend_client.h`
* `candidate_commit()`: validate_level (added in 6.1) marked obsolete
### Minor features
* Fixed: [Add support decimal64 for SNMP](https://github.com/clicon/clixon/pull/422)
## 6.1.0
19 Feb 2023