From c4f2c8c080248fd36b06e7872e924abd659745fb Mon Sep 17 00:00:00 2001 From: Jim Kalafut Date: Tue, 15 Jan 2019 12:12:03 -0800 Subject: [PATCH] changelog++ --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 708ef28be9..d5e04ffb04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## Next + +BUG FIXES: + + * physical/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. + ## 1.0.2 (January 15th, 2019) SECURITY: