yyjson (0.10.0-0deepin1) unstable; urgency=medium

  * New upstream version
  * Add `yyjson_locate_pos()` function to locate the line and column number
    for error position: #166
  * Improve error messages for JSON reader: #168
  * Fix `YYJSON_READ_NUMBER_AS_RAW` not overriding `YYJSON_READ_BIGNUM_AS_RAW`
    as per documentation: #170

 -- Amaro Martínez <xoas@airmail.cc>  Tue, 03 Sep 2024 01:18:47 -0500

yyjson (0.9.0) UNRELEASED; urgency=medium

  * New upstream version
  * Add `YYJSON_WRITE_NEWLINE_AT_END` flag for JSON writer: #147
  * Add auto-type conversion (uint<->sint) to `yyjson_ptr_get_uint/sint()`: #152
  * Fix incorrect output in environments lacking native `bool` type support: #161

 -- Amaro Martínez <xoas@airmail.cc>  Mon, 02 Sep 2024 10:53:50 -0500

yyjson (0.8.0-0deepin) unstable; urgency=medium

  * modify changelog and format

 -- zhangkun <zhangkun2@uniontech.com>  Thu, 23 Nov 2023 22:26:45 +0800

yyjson (0.8.0) UNRELEASED; urgency=medium

  * New upstream version
  * Add `YYJSON_SUBTYPE_NOESC` subtype to mark strings that do not need to be escaped.
  * Add `YYJSON_DISABLE_UTF8_VALIDATION` flag to allow disable UTF-8 validation at compile-time.
  * Add dynamic allocator API: `yyjson_alc_dyn_new()`, `yyjson_alc_dyn_free()`.
  * Add the missing `yyjson_mut_obj_add_arr/obj()` API: #140
  * Improve the write performance of strings with `YYJSON_SUBTYPE_NOESC`.
  * Fix clang-16 valgrind fail: #134
  * Fix compile break when both `FAST_FP` and `READER` are disabled

 -- zhangkun <zhangkun2@uniontech.com>  Tue, 03 Oct 2023 17:23:14 +0800

yyjson (0.7.0) UNRELEASED; urgency=medium

  * Initial Release.

 -- xiangzelong <xiangzelong@deepin.org>  Tue, 20 Jun 2023 16:30:45 +0800
