summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHarel Ben-Attia <harelba@gmail.com>2014-12-12 10:45:44 -0500
committerHarel Ben-Attia <harelba@gmail.com>2014-12-12 10:45:44 -0500
commit705a9611a26c6e311d8d11889dbeb5982af1d5a8 (patch)
tree1b6eb023ba74006da8f6dc16698bc06e2266d79e /doc
parentf56270a2f9735c7d608aba7a6b0f9d2b26bac924 (diff)
Added 1.5.0 stuff to changelog
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGELOG.markdown12
1 files changed, 11 insertions, 1 deletions
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 <harelba@gmail.com> 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 <harelba@gmail.com> 1.4.0-1**
- 2.5x Speed improvement due to better bulk loading
- Output header support