diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a45e2a4..dd73462 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,6 @@ Changelog ========== -[0.4.0] - UNRELEASED +[0.4.0] - 2021-01-11 -------------------- Added @@ -17,7 +17,11 @@ Changed - Dotted column names are allowed to use in TypeDescription.find_column_id method with escaping them backticks. - ORC C++ Core updated to 1.6.6. -- TimestampConverter.from_orc can handle large negative seconds on Windows. + +Fixed +~~~~~ + +- Handling large negative seconds on Windows for TimestampConverter.from_orc. [0.3.0] - 2020-05-24 @@ -77,4 +81,4 @@ Added - A stripe object to read only a stripe in an ORC file. - A Writer object to write ORC files. - A typedescription object to represent the ORC schema. -- Support to represent a struct type either a Python tuple or a dictionary. \ No newline at end of file +- Support to represent a struct type either a Python tuple or a dictionary.