changelog++

This commit is contained in:
Jeff Mitchell 2019-01-29 00:53:01 -05:00
parent 0aa0e0fe1d
commit 4b3e611fd6
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ BUG FIXES:
a performance standby very quickly, before an associated entity has been
replicated. If the entity is not found in this scenario, the request will
forward to the active node.
* replication: Fix a "failed to register lease" error when using performance
standbys
* storage/postgresql: The `Get` method will now return an Entry object with
the `Key` member correctly populated with the full path that was requested
instead of just the last path element [GH-6044]