changeset 5287:3847dedd12d7

changelog: adjust The changes only apply to newly created sqlite database. There are code pathes that drop existing ones, but that's a more complicated condition.
author Joerg Sonnenberger <joerg@bec.de>
date Tue, 05 May 2020 20:25:33 +0200
parents 6e9c5aebe3d1
children b55c0cea3fa2
files CHANGELOG
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG	Sun May 03 20:59:34 2020 +0200
+++ b/CHANGELOG	Tue May 05 20:25:33 2020 +0200
@@ -7,7 +7,7 @@
   * compat: clean up old compatibility code
   * evolve: add {obsorigin}, a template keyword that works similarly to
     {obsfate}, but shows predecessors of a changeset
-  * evolve: fix permission of cache file using sqlite
+  * evolve: fix permission of new cache files using sqlite
 
 9.3.1 -- 2020-04-08
 -------------------