Skip to content

Commit

Permalink
Update CHANGELOG for 0.6.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiromu Hota committed Jan 10, 2017
1 parent 7c5009f commit f6b5907
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change Log

## 0.6.1.5 - 2017-01-10

### Added
- Add exit confirmation.
- Add license notices for third-party libraries.
- Take parameters in url to open a file (experimental).
- Set favicon.

### Changed
- Update dependencies to align w/ the official dist.

### Fixed
- Leverage RAP's "Server Push" to trigger UI update.
- Restore Help - About.
- Restore repository export.
- Restore ConditionEditor in FilterRows.
- Fix the hop creation error for multiple streams.

## 0.6.1.4 - 2016-12-21

### Changed
Expand Down
2 changes: 1 addition & 1 deletion ui/src/org/pentaho/di/ui/core/dialog/Splash.java
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public void paintControl( PaintEvent e ) {
} else {
fullVersionText = fullVersionText + " " + buildVersion;
}
fullVersionText += ", webSpoon (0.6.1.4)";
fullVersionText += ", webSpoon (0.6.1.5)";
e.gc.setFont( verFont );
e.gc.drawText( fullVersionText, 290, 205, true );

Expand Down

0 comments on commit f6b5907

Please sign in to comment.