Skip to content

Commit 2b9c882

Browse files
Update history.md
1 parent 90913f0 commit 2b9c882

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/history.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
* Fixed: performance optimization for deserializing strings with escaped line breaks and special characters. When you have escaped "\", e.g. "\\" it is still slow.
3030
* Fixed: short dump in conversion exits routines on SERIALIZE/DESERIALIZE because of the wrong data type (OBJECTS_NOT_CHAR).
3131
* Fixed. Added support for the timezone offsets for ISO8601.
32+
* Fixed: rounding bug when deserializing timestamps with sub-seconds into short timestamps (seconds)
3233
* New: Information about the invalid field added to the exception data of move_cast_error ([details](https://github.com/SAP/abap-to-json/pull/8))
3334
* New: serialization now can detect "timestamps" defined with the help of data domains ([details](https://github.com/SAP/abap-to-json/pull/9))
3435
* New: new switch for GENERATE (optimize) and DESERIALIZE (gen_optimize) that enables optimization of generated ABAP data for REF TO DATA (fewer references, easily readable and accessible). Results in longer processing.

0 commit comments

Comments
 (0)