Skip to content

Commit aec5eb7

Browse files
committed
CHANGELOG.md: Add entry for PR #16
Signed-off-by: Andrew Gunnerson <[email protected]>
1 parent ebff3b7 commit aec5eb7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
### Unreleased
22

33
* Update dependencies ([PR #15])
4+
* Fix panic when parsing nanosecond timestamp values >= 2^30 (536870912) due to incorrect mathematical order of operations ([Issue #13], [PR #16])
45

56
### Version 1.0.2
67

@@ -19,10 +20,12 @@
1920

2021
[Issue #2]: https://github.com/chenxiaolong/afsr/issues/2
2122
[Issue #7]: https://github.com/chenxiaolong/afsr/issues/7
23+
[Issue #13]: https://github.com/chenxiaolong/afsr/issues/13
2224
[PR #5]: https://github.com/chenxiaolong/afsr/pull/5
2325
[PR #6]: https://github.com/chenxiaolong/afsr/pull/6
2426
[PR #8]: https://github.com/chenxiaolong/afsr/pull/8
2527
[PR #10]: https://github.com/chenxiaolong/afsr/pull/10
2628
[PR #11]: https://github.com/chenxiaolong/afsr/pull/11
2729
[PR #12]: https://github.com/chenxiaolong/afsr/pull/12
2830
[PR #15]: https://github.com/chenxiaolong/afsr/pull/15
31+
[PR #16]: https://github.com/chenxiaolong/afsr/pull/16

0 commit comments

Comments
 (0)