Skip to content

Commit

Permalink
Update CHANGELOG, release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
noirello committed Jan 11, 2021
1 parent 7817523 commit 541ac76
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.rst
@@ -1,6 +1,6 @@
Changelog
==========
[0.4.0] - UNRELEASED
[0.4.0] - 2021-01-11
--------------------

Added
Expand All @@ -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
Expand Down Expand Up @@ -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.
- Support to represent a struct type either a Python tuple or a dictionary.

0 comments on commit 541ac76

Please sign in to comment.