From 6740952ec3856917289debc645bafa3e0c63320a Mon Sep 17 00:00:00 2001 From: Aditya Narendra <49760167+Ozzey@users.noreply.github.com> Date: Wed, 19 May 2021 14:44:59 +0530 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffaa83e389..87c71a8f1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to `dash` will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/). ## [UNRELEASED] + +### Fixed +- [#1644](https://github.com/plotly/dash/issues/1644) Fixed Pip installation error for windows, Compiled distributable packages. + ### Fixed - [#1640](https://github.com/plotly/dash/pull/1640) Fix [#1475](https://github.com/plotly/dash/issues/1475), missing `timing_information` after certain modifications to Flask behavior