From ce81389fe826929f9e29a013d49f0fea446ba1dc Mon Sep 17 00:00:00 2001 From: Jed Watson Date: Fri, 16 Jun 2017 14:21:36 +1000 Subject: [PATCH] Adding merged changes to changelog --- HISTORY.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 9bcf688f1e..77270ce54e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,10 @@ # React-Select +## Next + +* fixed; issues synchronising options props in `Async`, thanks [cbergmiller](https://github.com/cbergmiller) +* fixed; backspace handling for non-multi select controls, thanks [Jeremy Liberman](https://github.com/MrLeebo) + ## v1.0.0-rc.5 / 2017-05-25 * fixed; Allow `falsey` values to be clearable, thanks [Simon Gaestel](https://github.com/sgaestel)