From 1f2865eb3338df214ea2b3498ac53880f7cb7094 Mon Sep 17 00:00:00 2001
From: ri938 <r_irv938@hotmail.com>
Date: Tue, 18 Jul 2017 18:14:18 +0100
Subject: [PATCH] Update v0.20.3.txt

---
 doc/source/whatsnew/v0.20.3.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/source/whatsnew/v0.20.3.txt b/doc/source/whatsnew/v0.20.3.txt
index 327a374b4e40b..41378a97dce39 100644
--- a/doc/source/whatsnew/v0.20.3.txt
+++ b/doc/source/whatsnew/v0.20.3.txt
@@ -57,3 +57,4 @@ Reshaping
 Categorical
 ^^^^^^^^^^^
 
+-- Bug in ``DataFrame.sort_values`` not respecting the ``kind`` parameter with categorical data (:issue:`16793`)