]> granicus.if.org Git - jq/commitdiff
Adds the release info for 1.6 to NEWS 1779/head
authorGert Van Gool <gertvangool@gmail.com>
Sat, 15 Dec 2018 18:51:29 +0000 (19:51 +0100)
committerGert Van Gool <gertvangool@gmail.com>
Sat, 15 Dec 2018 18:51:29 +0000 (19:51 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 32548d33c7cae54ab91494a86ec09b2b8becc75d..c969facfb561fce377073d24dd565e14ed562199 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
 
 Release history
 
+ * jq version 1.6 was released on Fri Nov 2 2018
  * jq version 1.5 was released on Sat Aug 15 2015
  * jq version 1.4 was released on Mon Jun 9 2014
  * jq version 1.3 was released on Sun May 19 2013
@@ -8,6 +9,29 @@ Release history
  * jq version 1.1 was released on Sun Oct 21 2012
  * jq version 1.0 was released on Sun Oct 21 2012
 
+New features in 1.6 since 1.5:
+
+ - Destructuring Alternation
+
+ - New Builtins:
+   - builtins/0
+   - stderr/0
+   - halt/0, halt_error/1
+   - isempty/1
+   - walk/1
+   - utf8bytelength/1
+   - localtime/0, strflocaltime/1
+   - SQL-style builtins
+   - and more!
+
+ - Add support for ASAN and UBSAN
+
+ - Make it easier to use jq with shebangs (8f6f28c)
+
+ - Add $ENV builtin variable to access environment
+
+ - Add JQ_COLORS env var for configuring the output colors
+
 New features in 1.5 since 1.4:
 
  - regular expressions (with Oniguruma)