diff --git a/HISTORY.md b/HISTORY.md deleted file mode 100644 index 975b9d0..0000000 --- a/HISTORY.md +++ /dev/null @@ -1,13 +0,0 @@ -v2.0.0 ---- -- Embed quantize into color thief file -- Strip out jQuery requirement -- Credit those who helped with edits - Nathan Spady for drag and drop support. - -**Demo page and example changes** - -- Don't show yellow circle buttons till images have loaded -- Add FB and Twitter buttons -- Add drag n drop support -- Make design responsive -- Touch support on demo page diff --git a/README.md b/README.md index 583c41e..78bd675 100644 --- a/README.md +++ b/README.md @@ -48,3 +48,27 @@ Licensed under the [Creative Commons Attribution 2.5 License](http://creativecom * Free for use in both personal and commercial projects. * Attribution requires leaving author name, author homepage link, and the license info intact. + + +## Changelog + +### v2.0.1 - UNRELEASED + +- [Fix] @nobodypb - MMCQ lib issues [#16](https://github.com/lokesh/color-thief/pull/16) +- [Fix] @nteike - [#33](https://github.com/lokesh/color-thief/pull/33) +- Drop version number from bower.json +- Fix incorrect bower.json main property path + +### v2.0.0 - 2013-06-23 + +- Embed quantize into color thief file +- Strip out jQuery requirement +- Credit those who helped with edits - Nathan Spady for drag and drop support. + +**Demo page and example changes** + +- Don't show yellow circle buttons till images have loaded +- Add FB and Twitter buttons +- Add drag n drop support +- Make design responsive +- Touch support on demo page