Update README file
[libprogbuf] / ChangeLog
1 - (2023-04-22) Update README file
2 - (2022-12-25) Generate pkg-config file
3 - (2022-12-24) Add a script to generate a ChangeLog file
4 - (2022-12-23) Add getter and setter to support nested message
5 - (2022-12-23) Add a unit test for raw getter and setter functions
6 - (2022-12-23) Add getter and setter for raw pointer data
7 - (2022-12-23) Have macros for float/double getters and setters
8 - (2022-12-23) Add string getter and setter; improve float and double functions
9 - (2022-12-23) Add tests for array functions
10 - (2022-12-23) Enable all warnings and fix the errors
11 - (2022-12-22) Use void* as parameter type in buffer-related functions
12 - (2022-12-22) Add getter and setter functions for other array types
13 - (2022-12-22) Add setter and getter functions for int array
14 - (2022-12-21) Add floating-point getters and setters
15 - (2022-12-21) Have a function to load progbuf from a user buffer
16 - (2022-12-21) Add buffer own and copy functions
17 - (2022-12-21) Add basic APIs including var_int32 getter and setters
18 - (2022-12-15) Init project