diff --git a/CHANGELOG.md b/CHANGELOG.md index 8098d87..77df1ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,8 @@ All notable changes to this project will be documented in this file. #### Added - Add `YYJSON_WRITE_FP_TO_FLOAT` flag to write real numbers using single-precison. - Add `YYJSON_WRITE_FP_TO_FIXED(prec)` flag to write real numbers using fix-point notation. -- Add `set_fp_to_fixed(val)` and `set_fp_to_prec(val, prec)` functions to control the output format of a specific number. -- Add `set_str_noesc(val)` function to skip escaping for a specific string during writing. +- Add `set_fp_to_float()` and `set_fp_to_fixed()` functions to control the output format of a specific number. +- Add `set_str_noesc()` function to skip escaping for a specific string during writing. #### Changed - Rewrite the floating-point number to string functions using faster algorithm.