update change log
This commit is contained in:
parent
505762bd7a
commit
adcc5b9738
3 changed files with 29 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
19
build/ChangeLog.md
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue