update change log

This commit is contained in:
Fabian Jakobs 2011-02-07 11:03:13 +01:00
commit adcc5b9738
3 changed files with 29 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2011.02.xx, Version 0.1.4
* Fix packaged version of the Eclipse mode
* Loading of workers is more robust
* Fix "click selection"
2011.02.04, Version 0.1.4
* Add C/C++ mode contributed by Gastón Kleiman

View file

@ -277,6 +277,10 @@ copy({
source: aceHome + "/Readme.md",
dest: 'build/Readme.md'
});
copy({
source: aceHome + "/ChangeLog.txt",
dest: 'build/ChangeLog.txt'
});
// copy complex demo
//copy({

19
build/ChangeLog.md Normal file
View file

@ -0,0 +1,19 @@
2011.02.xx, Version 0.1.4
* Fix packaged version of the Eclipse mode
* Loading of workers is more robust
* Fix "click selection"
2011.02.04, Version 0.1.4
* Add C/C++ mode contributed by Gastón Kleiman
* Fix word wrap bug
* Fix exception in key input
2011.02.04, Version 0.1.3
* Let the packaged version play nice with requireJS
* Add Ruby mode contributed by Shlomo Zalman Heigh
* Add Java mode contributed by Tom Tasche
* Fix annotation bug
* Changing a document added a new empty line at the end