# HG changeset patch # User Pulkit Goyal <7895pulkit@gmail.com> # Date 1528467533 -19800 # Node ID add545ac044d560055e65dfe7a2b545257a0dda2 # Parent 27e7ed2d13a69923a3fac0e9dad5db27f5035df3 CHANGELOG: add couple of entries about things fixed We are preparing for a release! diff -r 27e7ed2d13a6 -r add545ac044d CHANGELOG --- a/CHANGELOG Fri Jun 08 17:36:28 2018 +0530 +++ b/CHANGELOG Fri Jun 08 19:48:53 2018 +0530 @@ -6,6 +6,8 @@ * next-prev: respect commands.update.check config option (issue5808) * next-prev: fix `evolve --abort` on conflicts (issue5897) + * obslog: fix breakage when commit has no description + * amend: use context manager for locks (issue5887) 8.0.0 -- 2018-04-25 -------------------