about summary refs log tree commit diff
path: root/NEWS.md
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2017-11-08 16:24:51 +0100
committerLeah Neukirchen <leah@vuxu.org>2017-11-08 16:24:51 +0100
commit7f683af905ca5ee6d332dd0954383e8bf7d52b3c (patch)
tree9ce6eae7fadf7bf3e90529dfc2d81131dd51a3e1 /NEWS.md
parent7cad7b37eb81158b5956dbcf6bdc722b5ffa8f4f (diff)
downloadlr-7f683af905ca5ee6d332dd0954383e8bf7d52b3c.tar.gz
lr-7f683af905ca5ee6d332dd0954383e8bf7d52b3c.tar.xz
lr-7f683af905ca5ee6d332dd0954383e8bf7d52b3c.zip
add ternary (conditional) operator
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 8fc633f..5dd0ffe 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,6 +1,7 @@
 ## HEAD
 
 * Feature: new option `-B` for breadth first traversal.
+* Feature: new syntax `? :` for ternary operator.
 
 ## 1.1 (2017-10-29)