@@ -27,6 +27,8 @@ and this project adheres to
2727### Fixed
2828
2929- Fix leaked file handles in tests using context managers ([ b66a6f5] , [ #25 ] )
30+ - Fix ` Decimal.normalize() ` stripping trailing zeros, breaking round-trip
31+ serialization; add regression test ([ 28c76f1] , [ 0130743] , [ #28 ] )
3032- Fix typo in test name: ` test_l9events_form_ip4scout ` ->
3133 ` test_l9events_from_ip4scout ` ([ 0d8736e] , [ #27 ] )
3234
@@ -152,6 +154,8 @@ and this project adheres to
152154
153155<!-- Commit links -->
154156
157+ [ 0130743 ] : https://github.com/LeakIX/l9format-python/commit/0130743
158+ [ 28c76f1 ] : https://github.com/LeakIX/l9format-python/commit/28c76f1
155159[ b66a6f5 ] : https://github.com/LeakIX/l9format-python/commit/b66a6f5
156160[ cbea4fc ] : https://github.com/LeakIX/l9format-python/commit/cbea4fc
157161[ 3547e22 ] : https://github.com/LeakIX/l9format-python/commit/3547e22
@@ -221,6 +225,7 @@ and this project adheres to
221225[ #21 ] : https://github.com/LeakIX/l9format-python/issues/21
222226[ #22 ] : https://github.com/LeakIX/l9format-python/issues/22
223227[ #26 ] : https://github.com/LeakIX/l9format-python/issues/26
228+ [ #28 ] : https://github.com/LeakIX/l9format-python/issues/28
224229[ #27 ] : https://github.com/LeakIX/l9format-python/issues/27
225230[ #33 ] : https://github.com/LeakIX/l9format-python/issues/33
226231[ #25 ] : https://github.com/LeakIX/l9format-python/issues/25
0 commit comments