File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Release Date: 2024-05-07
11
11
1MiB to 256KiB to optimize for common use cases. Use ``buf_size ``
12
12
if you are packing large data.
13
13
* ``Timestamp.to_datetime() `` and ``Timestamp.from_datetime() `` become
14
- more acculate by avoiding floating point calculations. (#591)
14
+ more accurate by avoiding floating point calculations. (#591)
15
15
* The Cython code for ``Unpacker `` has been slightly rewritten for maintainability.
16
16
17
17
@@ -147,7 +147,7 @@ Important changes
147
147
* unpacker: Default value of input limits are smaller than before to avoid DoS attack.
148
148
If you need to handle large data, you need to specify limits manually. (#319)
149
149
150
- * Unpacker doesn't wrap underlaying ``ValueError `` (including ``UnicodeError ``) into
150
+ * Unpacker doesn't wrap underlying ``ValueError `` (including ``UnicodeError ``) into
151
151
``UnpackValueError ``. If you want to catch all exception during unpack, you need
152
152
to use ``try ... except Exception `` with minimum try code block. (#323, #233)
153
153
You can’t perform that action at this time.
0 commit comments