From 11d8befda24004f7451f304c5d25ac35e89a2cc3 Mon Sep 17 00:00:00 2001 From: Abdullah Almsaeed Date: Tue, 3 Mar 2015 20:06:47 -0500 Subject: [PATCH] Updated changelog --- README.md | 1 + changelog | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 25fb25a11..bdd8da505 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,7 @@ Change log - Updated documentation and fixed links scrolling issue - Created print.less file (this makes it easier if you want to create a seperate CSS file for printing) - Fixed sidebar stretching issue #275 +- Fixed checkbox out of bounds issue in WYISHTML5 editor. **v2.0.2:** - Solved issue with hidden arrow in select inputs. diff --git a/changelog b/changelog index 78e9035a2..0d2b665dd 100644 --- a/changelog +++ b/changelog @@ -5,6 +5,7 @@ v2.0.3: - Updated documentation and fixed links scrolling issue - Created print.less file (this makes it easier if you want to create a seperate CSS file for printing) - Fixed sidebar stretching issue #275 +- Fixed checkbox out of bounds issue in WYISHTML5 editor. v2.0.2: - Solved issue with hidden arrow in select inputs.