All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
*.{make_pp_int,make_to_string} no longer take an optional flags parameter, and instead takes optional boolean parameters zero_padding, left_padding, separators, prefix, suffix, zero_special.*.{pp_binary_int} to *.{pp_int_with} for consistency.int32, int64, and nativeint.*.{make_pp_int,make_to_string} with optional arguments.zero_printing is set to OCaml. In Stdlib, padding with zeros means you pad with zeros without separators, but previously we thought this was only the case for printing zero. This has been fixed to always respect the separators flag.Initial release.