Skip to content

Commit

Permalink
Version number and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
widmann committed Jul 6, 2011
1 parent f8595d3 commit 11b0e03
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Version 1.5.1
- CHG: removed dependency on EEGLAB fastif function
- CHG: removed pop_xfirws dependency on EEGLAB for command line use
- BUG: plotting of frequency response with empty window parameters
- BUG: error in firws documentation
- ENH: improved pop_xfirws command line usability

Version 1.5
- BUG: pop_firpm compatibility with R14 and earlier.
- CHG: Command line progress indicator.
- CHG: command line progress indicator.

Version 1.4
- BUG: duplicate boundary event handling.
Expand Down
2 changes: 1 addition & 1 deletion eegplugin_firfilt.m
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

function vers = eegplugin_firfilt(fig, trystrs, catchstrs)

vers = 'firfilt1.5';
vers = 'firfilt1.5.1';
if nargin < 3
error('eegplugin_firfilt requires 3 arguments');
end
Expand Down

0 comments on commit 11b0e03

Please sign in to comment.