From 3951a9f6c4b2a7c127fb6490ce87910aa8fdbb03 Mon Sep 17 00:00:00 2001 From: Sudiksha Nanda Date: Thu, 7 Jan 2021 16:01:22 +0000 Subject: [PATCH] Add generated changelog entries --- changelog/@unreleased/pr-5182.v2.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelog/@unreleased/pr-5182.v2.yml diff --git a/changelog/@unreleased/pr-5182.v2.yml b/changelog/@unreleased/pr-5182.v2.yml new file mode 100644 index 00000000000..611c7881c08 --- /dev/null +++ b/changelog/@unreleased/pr-5182.v2.yml @@ -0,0 +1,6 @@ +type: improvement +improvement: + description: TimeLock now validates the expected invariant for its timestamp bounds + i.e. the timestamp bound must not decrease with increasing sequence numbers. + links: + - https://github.com/palantir/atlasdb/pull/5182