From 705a9611a26c6e311d8d11889dbeb5982af1d5a8 Mon Sep 17 00:00:00 2001 From: Harel Ben-Attia Date: Fri, 12 Dec 2014 10:45:44 -0500 Subject: Added 1.5.0 stuff to changelog --- doc/CHANGELOG.markdown | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/CHANGELOG.markdown b/doc/CHANGELOG.markdown index 52d2dd4..4921e93 100644 --- a/doc/CHANGELOG.markdown +++ b/doc/CHANGELOG.markdown @@ -3,7 +3,17 @@ ## Change log **Fri Dec 12 2014 Harel Ben-Attia 1.5.0-1** -- TBD +- Full input/output support for double-quoting fields with delimiters +- Full code restructuring (Internally working now using a full python API which will become public in the next version) +- Added sha1 function +- Solved the following bugs/pull-requests: + - [#63](../../../issues/63) - Unicode string support in regexp function + - [#64](../../../issues/64) - Full support for literal SELECT statements without a table (e.g. SELECT 5+12.5) + - [#56](../../../issues/56),[#78](../../../issues/78) - Proper double quote handling, including multiline fields, for both input and output according to csv standards + - [#10](../../../issues/10) - Reuse of previously loaded data when running multiple queries in one command line + - [#69](../../../issues/69) - Added warning suppression when the user provides a specific column count + - [#40](../../../issues/40) - Code restructuring cleaning, creating a full python API + - [#60](../../../issues/60) - Fixed RPM packaging **Sat Jun 14 2014 Harel Ben-Attia 1.4.0-1** - 2.5x Speed improvement due to better bulk loading - Output header support -- cgit v1.2.3