Added changelog.txt

This commit is contained in:
Ian Gilman 2013-03-25 09:51:58 -07:00
parent 557927e4c0
commit f792af9eb9
2 changed files with 25 additions and 0 deletions

View File

@ -149,6 +149,8 @@ module.exports = function(grunt) {
grunt.file.recurse("images", function(abspath, rootdir, subdir, filename) {
grunt.file.copy(abspath, "build/openseadragon/images/" + (subdir || "") + filename);
});
grunt.file.copy("changelog.txt", "build/changelog.txt");
});
// ----------

23
changelog.txt Normal file
View File

@ -0,0 +1,23 @@
OPENSEADRAGON CHANGELOG
=======================
0.9.124:
* Performance enhancements.
0.9.123:
* Real fullscreen support.
0.9.122:
* Performance enhancements.
0.9.121:
* Touch pan now works on Android.
* Pinch zoom is better on all devices.