Skip to content

Commit b7aaf17

Browse files
committed
Release 2.0.2
1 parent 795ba21 commit b7aaf17

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.0.2
2+
3+
* Fix reloading when a watched directory contains a dangling symlink (#522)
4+
* Watcher logs its activity to the Spring log (#522)
5+
* Polling watcher stops polling after changes have been detected (#523)
6+
17
## 2.0.1
28

39
* Fix bug which could cause Spring to hang when `Thread.abort_on_exception` is `true` (#497)

lib/spring/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Spring
2-
VERSION = "2.0.1"
2+
VERSION = "2.0.2"
33
end

0 commit comments

Comments
 (0)