summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHarel Ben-Attia <harelba@gmail.com>2014-06-14 08:26:28 -0400
committerHarel Ben-Attia <harelba@gmail.com>2014-06-14 08:26:28 -0400
commit9f303e47e7257db490cf8870aaf50be78017a95a (patch)
tree3ffd5d8434ac6f66d3e263ff625eb2b9328aad00 /doc
parent705a6d17667492d9d79430ca1b69cc50c750579c (diff)
Added changelog related stuff for version 1.4.0
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGELOG.markdown17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/CHANGELOG.markdown b/doc/CHANGELOG.markdown
index 1c4900c..44ee9b8 100644
--- a/doc/CHANGELOG.markdown
+++ b/doc/CHANGELOG.markdown
@@ -1,6 +1,23 @@
# q - Treating Text as a Database
## Change log
+**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
+- Additional control over query and output encodings
+- Solved the following bugs/pull-requests:
+ - [#52](../../issues/52) - Bulk insert for better performance
+ - [#55](../../issues/55) - Use UUID to ensure temporary table names don't clash
+ - [#53](../../issues/53) - Allow easier tab-delimited output
+ - [#51](../../issues/51) - Ensure that generated temp tables are uniquely named
+ - [#50](../../issues/50) - Copyright peculiarities
+ - [#49](../../issues/49) - Add option to output fieldnames as headers
+ - [#48](../../issues/48) - PEP 8
+ - [#47](../../issues/47) - Prevent regexp from failing when field value is null
+ - [#41](../../issues/41) - Fix project folder structure
+ - [#32](../../issues/32) - Remove duplicated definitions, and PEP8-ing (tabs to spaces, etc.)
+ - [#29](../../issues/29) - RPM: Source0 should be a URL
+ - [#54](../../issues/54) - Fix query encoding (data encoding works well)
**Thu Mar 03 2014 Harel Ben-Attia <harelba@gmail.com> 1.3.0-1**
- Added column name and type detection (Use -A to see name/type analysis for the specified input)