From adcc5b973805c00dd76c707d2448ae5ef2184fb4 Mon Sep 17 00:00:00 2001 From: Fabian Jakobs Date: Mon, 7 Feb 2011 11:03:13 +0100 Subject: [PATCH] update change log --- ChangeLog.txt | 6 ++++++ Makefile.dryice.js | 4 ++++ build/ChangeLog.md | 19 +++++++++++++++++++ 3 files changed, 29 insertions(+) create mode 100644 build/ChangeLog.md diff --git a/ChangeLog.txt b/ChangeLog.txt index 2aca5955..34b65503 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -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 diff --git a/Makefile.dryice.js b/Makefile.dryice.js index d7cf8b46..93c990d1 100755 --- a/Makefile.dryice.js +++ b/Makefile.dryice.js @@ -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({ diff --git a/build/ChangeLog.md b/build/ChangeLog.md new file mode 100644 index 00000000..34b65503 --- /dev/null +++ b/build/ChangeLog.md @@ -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 \ No newline at end of file