From 0c328e9bab6c5858247f424ccbc9258764f4e882 Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Mon, 25 Jul 2016 11:05:45 -0700 Subject: [PATCH] Release 0.7.0 --- HISTORY.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index ccec3b10..c28bbd8f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,8 @@ 0.7.0 / 2016-07-25 ================== + * use `uuid` instead of `uid2` for session ids [@albinekb] + * fix support for `mapTermsDispatch` [@albinekb] * implement `extend-info` for the custom `plist` [@lordgiotto] * index: prevent double sesson exit (#380) [@timneutkens] * add decorateEnv to the extensions API (#370) [@ekmartin]