From 856a08192550eea4248eb3cf69222540b3e0b8ca Mon Sep 17 00:00:00 2001 From: drdr xp Date: Thu, 27 May 2021 15:31:53 +0800 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46bc3309d..23120edf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ This changelog follows the patterns described here: https://keepachangelog.com/e ## [unreleased] +### fixed + +- Fixed [117](https://github.com/async-raft/async-raft/pull/117) `last_applied` should be updated only when logs actually applied. + ## async-raft 0.6.1 ### fixed - Fixed [#105](https://github.com/async-raft/async-raft/issues/105) where function `set_target_state` missing `else` condition.