Skip to content

Commit

Permalink
Release v2.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Dec 12, 2014
1 parent 78cf8b5 commit c2c7b0c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
HEAD
================

2.9.8 / 2014-12-12
================

* new module: self-organising map
* couchdb2 : soft delete to allow replication and easier view recovery
* util : add deprecate method
Expand All @@ -9,6 +12,9 @@ HEAD
* module XYZoomNavigator is back !
* defaultmodel : add getData and getAllDataFromRel methods
* add `date` typerenderer
* API : executAction is deprecated. use API.doAction instead
* spectra displayer : add wheel baseline option
* parallel coordinates : allow to send selection only on brush end

2.9.7 / 2014-12-09
================
Expand All @@ -20,6 +26,7 @@ HEAD

2.9.6 / 2014-12-03
================

* fix cross-origin image loading issue in scatter 3d
* function plotter: make pref editable with action in

Expand Down
2 changes: 1 addition & 1 deletion src/src/util/versioning.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

define(['src/util/versionhandler', 'src/util/debug', 'src/main/variables', 'src/util/util'], function (VersionHandler, Debug, Variables, Util) {

var version = '2.9.7';
var version = '2.9.8';

if (!Util.semver(version)) {
throw new Error('Version number is invalid: ' + version);
Expand Down

0 comments on commit c2c7b0c

Please sign in to comment.