From fc7ab73e4a6f11ad6ef55722992aea768152b7c3 Mon Sep 17 00:00:00 2001 From: Alexander Schepanovski Date: Mon, 21 Sep 2015 16:53:59 +0700 Subject: [PATCH] Up to 1.6 --- CHANGELOG | 10 ++++++++++ VERSION | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index c3f87b9..4418bb0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,13 @@ +1.6 +- added i?tree_nodes() +- added (log|print)_iter_durations() to debug utils +- added lists support to get_in(), set_in() and update_in() +- single argument takewhile() and dropwhile() +- published iwhere(), ipluck(), ipluck_attr() and iinvoke() +- support @retry() with list (not tuple) of errors (Zakhar Zibarov) +- changed µs to mks in time messages +- optimized update_in() + 1.5 - added rcompose() - added i?tree_leaves() diff --git a/VERSION b/VERSION index c239c60..810ee4e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5 +1.6