From 34eb9eba9a724433f9c37c39cf43e9e10cf55220 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sat, 16 Jun 2018 12:40:36 -0400 Subject: New release --- CHANGELOG | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 94d3b0a4..4e1c1c9e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,18 @@ +======== +20180616 +======== + +- New feature to cache files stored in the database as blobs, via the + 'filecache' .urp directive +- New .urp directives: 'mimeTypes' and 'file' (new long form) +- New HTML pseudo-tag: +- New HTML tag attributes: 'oninput', 'onscroll', 'title', 'size' +- New standard-library functions: 'List.findM' and 'List.existsM' +- New '-help' command-line option for compiler +- Remove insecure function 'Basis.crypt' (which didn't seem to have any users) +- Selenium-based automatic testing +- Bug fixes and improvements to documentation and error messages + ======== 20170720 ======== -- cgit v1.2.3