Skip to content

Commit 23b3cc2

Browse files
committed
CHANGELOG: fix Decimal.normalize() precision loss (#28)
1 parent 0130743 commit 23b3cc2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ and this project adheres to
2828

2929
- Fix leaked file handles in tests using context managers ([b66a6f5], [#25])
3030
- Fix `Decimal.normalize()` stripping trailing zeros, breaking round-trip
31-
serialization ([28c76f1], [#28])
31+
serialization; add regression test ([28c76f1], [0130743], [#28])
3232
- Fix typo in test name: `test_l9events_form_ip4scout` ->
3333
`test_l9events_from_ip4scout` ([0d8736e], [#27])
3434

@@ -154,6 +154,7 @@ and this project adheres to
154154

155155
<!-- Commit links -->
156156

157+
[0130743]: https://github.com/LeakIX/l9format-python/commit/0130743
157158
[28c76f1]: https://github.com/LeakIX/l9format-python/commit/28c76f1
158159
[b66a6f5]: https://github.com/LeakIX/l9format-python/commit/b66a6f5
159160
[cbea4fc]: https://github.com/LeakIX/l9format-python/commit/cbea4fc

0 commit comments

Comments
 (0)