Skip to content

Commit 251f08f

Browse files
committed
amend changelog
1 parent 1d5028a commit 251f08f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
* Add a new LongConstantString codec which permits encoding constant columns where the constant is a string > 8 characters in length.
66
* This saves 1 byte per row compared the previous way these columns were encoded.
7-
* A python implementation has been added to pyodc at the same time.
7+
* A python implementation has been added to pyodc at the same time, version 1.5.0
88
* Decoding data using this codec will work straight away.
99
* Encoding data with the new codec is disabled by default and can be enabled with the environment variable "ODC_ENABLE_WRITING_LONG_STRING_CODEC=1".
1010
* At some point in a future release, encoding will be enabled by default.

0 commit comments

Comments
 (0)