Browse Source

Add changelog

Nicholas Bishop 1 month ago
parent
commit
a6d2037f21
1 changed files with 12 additions and 0 deletions
  1. 12 0
      CHANGELOG.md

+ 12 - 0
CHANGELOG.md

@@ -0,0 +1,12 @@
+# Changelog
+
+## Unreleased
+
+* Remove `cty` and `cstr_core` dependencies.
+  <https://github.com/lights0123/printf-compat/pull/4>
+* Improve integer conversions to match C's behavior.
+  <https://github.com/lights0123/printf-compat/pull/11>
+* Update `itertools` dependency to 0.14.0.
+  <https://github.com/lights0123/printf-compat/pull/17>
+* Update `bitflags` dependency to 2.9.1.
+  <https://github.com/lights0123/printf-compat/pull/18>