diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 6b1e46b..dd7da67 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -3,6 +3,7 @@ X-editable changelog Version 1.1.0 wip ---------------------------- +[enh #11] cancel button changed to 'cross' (tarciozemel) [enh] added support for IE7+ (vitalets) [enh #9] 'name' or 'id' is not required anymore (vitalets) [enh] 'clear' button added in date and dateui (vitalets) diff --git a/README.md b/README.md index 1a3ef1a..ed6d827 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Or use grunt's _qunit_ task <code>grunt test</code>. For that you also need to [ 5.To build lib + docs: * run <code>grunt build</code> in **lib** directory * run <code>build data-docs-dist</code> in **gh-pages** directory -You will get distributive in **lib/dist** and updated docs in **gh-pages/*.html**. +You will get distributive in **lib/dist** and updated docs in **gh-pages/index.html** and **gh-pages/docs.html** (don't edit these files directly). 6.Commit changes on <code>dev</code> branch and make pull request as usual.