Skip to content
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Fix several `format()` bugs when using the C implementation of `Decimal`:
* memory leak in some rare cases when using the `z` format option (coerce negative 0)
* incorrect output when applying the `z` format option to type `F` (fixed-point with capital `NAN` / `INF`)
* incorrect output when applying the `#` format option (alternate form)