We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 795ba21 commit b7aaf17Copy full SHA for b7aaf17
CHANGELOG.md
@@ -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
7
## 2.0.1
8
9
* Fix bug which could cause Spring to hang when `Thread.abort_on_exception` is `true` (#497)
lib/spring/version.rb
@@ -1,3 +1,3 @@
module Spring
- VERSION = "2.0.1"
+ VERSION = "2.0.2"
end
0 commit comments