# HG changeset patch # User Anton Shestakov <av6@dwimlabs.net> # Date 1599341556 -28800 # Sun Sep 06 05:32:36 2020 +0800 # Branch stable # Node ID 13e589fb61f5f3b2200c19fa512da06701182248 # Parent 2df762b9c0c5e49119ceac64dfe271879a4b63d5 changelog: update for 10.0.2 diff --git a/CHANGELOG b/CHANGELOG --- a/CHANGELOG +++ b/CHANGELOG @@ -10,9 +10,13 @@ * split: correctly handle discard action after previously splitting changes into more than one commit - * revset: no longer changeset without topic when running `topic(REVSET)` * uncommit: fix situation where added file would be left in a wrong state +topic (0.19.2) + + * revset: when processing `topic(REVSET)`, no longer return changesets + without topic from REVSET + 10.0.1 -- 2020-07-31 --------------------