From b43abb431bfe2c86213ea048a9993e6cdb7d92c8 Mon Sep 17 00:00:00 2001 From: "Alejandro R. Mosteo" Date: Thu, 28 Jan 2021 10:35:36 +0100 Subject: [PATCH] Document user-visible changes --- doc/user-changes.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/user-changes.md b/doc/user-changes.md index ac2c77bd5..63c0ebc02 100644 --- a/doc/user-changes.md +++ b/doc/user-changes.md @@ -4,6 +4,15 @@ This document is a development diary summarizing changes in `alr` that notably affect the user experience. It is intended as a one-stop point for users to stay on top of `alr` new features. +### Document caret/tilde use for pre-1.0 versions, and warn about it + +PR [#669](https://github.com/alire-project/alire/pull/669). + +Alire does not change the meaning of caret (^) and tilde (~) operators for +pre/post-1.0 versions. This interpretation has been clarified in the catalog +specification, and `alr` will warn about any suspicious usage. This warning may +be disabled by the user with the new `warning.caret` configuration option. + ### Switch to check for unknown enumeration values in the index PR [#656](https://github.com/alire-project/alire/pull/656).