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 40d13e5 commit 204e770Copy full SHA for 204e770
CHANGELOG.md
@@ -1,9 +1,13 @@
1
### Next Release v0.7.2 (TBD)
2
3
+* New `Promise.all?` and `Promise.any?` class methods
4
* Renamed `:overflow_policy` on thread pools to `:fallback_policy`
5
* Thread pools still accept the `:overflow_policy` option but display a warning
6
* Thread pools now implement `fallback_policy` behavior when not running (rather than universally rejecting tasks)
-* Test now run on new Travis build environment
7
+* Fixed minor `set_deref_options` constructor bug in `Promise` class
8
+* Numerous non-functional updates to clear warning when running in debug mode
9
+* Fixed more intermittently failing tests
10
+* Tests now run on new Travis build environment
11
12
## Current Release v0.7.1 (4 December 2014)
13
0 commit comments