Skip to content

Commit

Permalink
Prepare release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Jan 9, 2021
1 parent 9aa7e58 commit b0c3c43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.3.0] - unreleased
## [1.4.0] - unreleased

## [1.3.0] 2021-01-09

See [Release](https://github.com/itsallcode/white-rabbit/releases/tag/v1.3.0) / [Milestone](https://github.com/itsallcode/white-rabbit/milestone/5?closed=1)

Expand All @@ -16,6 +18,7 @@ See [Release](https://github.com/itsallcode/white-rabbit/releases/tag/v1.3.0) /
* [#9](https://github.com/itsallcode/white-rabbit/issues/9): Add vacation and project report.

### Fixed

* [#62](https://github.com/itsallcode/white-rabbit/issues/62): Fix editing table cells.

## [1.2.0] 2020-12-05
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ public static TimeUtil start(Instant initialTime)

private static boolean shouldRunExecutor(long delayMillis, Runnable runnable)
{
System.out.println(runnable.toString());
return delayMillis == DelayedPropertyListener.DELAY.toMillis()
&& runnable.toString()
.startsWith("DelegatingErrorHandlingRunnable for " + DelayedPropertyListener.class.getName());
Expand Down

0 comments on commit b0c3c43

Please sign in to comment.