From f161387682d917484fb3c423adfe9b6ecc376d4d Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 17 Feb 2019 09:26:05 -0500 Subject: New release --- CHANGELOG | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 4e1c1c9e..dc8967db 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,18 @@ +======== +20190217 +======== + +- Update of standard-library string functions to handle non-ASCII UTF-8 properly +- New command-line options: -endpoints +- New .urp directive: safeGetDefault +- New Basis functions: textOfBlob, unsafeSerialized[To|From]String +- New Top functions: mapX4, foldR4 +- New List functions: allM, assocAddSorted, mapConcat, mapConcatM, mapMi, searchM +- New ListPair functions: mapM, unzip +- New Option function: mapM +- Flycheck integration +- Bug fixes and improvements to type inference, documentation, error messages, and compatibility + ======== 20180616 ======== -- cgit v1.2.3 From 1d4a9ff4a9e1cc72573df088e3be35b718c461b9 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 9 Feb 2020 09:45:36 -0500 Subject: New release --- CHANGELOG | 17 +++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 19 insertions(+), 2 deletions(-) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index dc8967db..d36431a5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,20 @@ +======== +20200209 +======== + +- New invocation mode 'urweb daemon restart' +- Disallow wildcards in signatures +- At compile time, start allowing "#" as a URL +- New option '-u' for generated HTTP servers, to use UNIX sockets +- New HTML tag attribute: 'step' (for ) +- New SQL function: 'similar' (via pg_trgm) +- New List function: foldli +- New Json functions: json_record_withOptional, json_time, rfc3339_in, rfc3339_out +- New Datetime member: ord_month +- New JavaScript FFI function 'listen' +- Experimental support for the Language Server Protocol (helpful for IDEs) +- Bug fixes and improvements to documentation, error messages, performance, and compatibility + ======== 20190217 ======== diff --git a/configure.ac b/configure.ac index 1c2e1d3d..1bd7fd3b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT([urweb], [20190217]) -WORKING_VERSION=1 +AC_INIT([urweb], [20200209]) +WORKING_VERSION=0 AC_USE_SYSTEM_EXTENSIONS # automake 1.12 requires this, but automake 1.11 doesn't recognize it -- cgit v1.2.3