Skip to content

Commit 7a2e1f1

Browse files
committed
Updated CHANGELOG in advance of 0.7.2 release.
1 parent 4b70f6e commit 7a2e1f1

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

.gitignore

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ tmtags
2727
*.sw?
2828
.idea
2929
.rbx/*
30-
lib/*.bundle
31-
lib/*.so
32-
lib/*.jar
33-
ext/*.bundle
34-
ext/*.so
35-
ext/*.jar
30+
lib/**/*.bundle
31+
lib/**/*.so
32+
lib/**/*.jar
33+
ext/**/*.bundle
34+
ext/**/*.so
35+
ext/**/*.jar
3636
pkg
3737
*.gem

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
1-
### Next Release v0.7.2 (TBD)
1+
### Next Release v0.7.2 (24 January 2015)
22

33
* New `Semaphore` class based on [java.util.concurrent.Semaphore](http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/Semaphore.html)
44
* New `Promise.all?` and `Promise.any?` class methods
55
* Renamed `:overflow_policy` on thread pools to `:fallback_policy`
66
* Thread pools still accept the `:overflow_policy` option but display a warning
77
* Thread pools now implement `fallback_policy` behavior when not running (rather than universally rejecting tasks)
88
* Fixed minor `set_deref_options` constructor bug in `Promise` class
9+
* Fixed minor `require` bug in `ThreadLocalVar` class
10+
* Fixed race condition bug in `TimerSet` class
11+
* Fixed race condition bug in `TimerSet` class
12+
* Fixed signal bug in `TimerSet#post` method
913
* Numerous non-functional updates to clear warning when running in debug mode
1014
* Fixed more intermittently failing tests
1115
* Tests now run on new Travis build environment
16+
* Multiple documentation updates
1217

1318
## Current Release v0.7.1 (4 December 2014)
1419

0 commit comments

Comments
 (0)