summaryrefslogtreecommitdiff
path: root/muse2/ChangeLog
diff options
context:
space:
mode:
authorTim E. Real <termtech@rogers.com>2011-09-17 08:35:55 +0000
committerTim E. Real <termtech@rogers.com>2011-09-17 08:35:55 +0000
commit030457faadce72a099193617237d5b7dcc792c87 (patch)
tree330e09c5c0ef42d8baff8a9c15e98cb1170373c5 /muse2/ChangeLog
parent663b022ab88acc47a5df898aa8df10d2e6422ba1 (diff)
Fixed errors when ladspa plugins not found while loading.
Fixed forgotten bool to pointer conversion in some calls to song::addTrack, createSynthI.
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r--muse2/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog
index 960d558f..6674512d 100644
--- a/muse2/ChangeLog
+++ b/muse2/ChangeLog
@@ -1,3 +1,6 @@
+16.09.2011:
+ - Fixed errors when ladspa plugins not found while loading. (Tim)
+ - Fixed forgotten bool to pointer conversion in some calls to song::addTrack, createSynthI. (Tim)
14.09.2011:
- added sane configuration defaults to muse (flo93)
- several minor fixes (flo93)