Skip to content

Commit

Permalink
Updated CHANGELOG in advance of 0.7.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdantonio committed Jan 24, 2015
1 parent 4b70f6e commit 7a2e1f1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ tmtags
*.sw?
.idea
.rbx/*
lib/*.bundle
lib/*.so
lib/*.jar
ext/*.bundle
ext/*.so
ext/*.jar
lib/**/*.bundle
lib/**/*.so
lib/**/*.jar
ext/**/*.bundle
ext/**/*.so
ext/**/*.jar
pkg
*.gem
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
### Next Release v0.7.2 (TBD)
### Next Release v0.7.2 (24 January 2015)

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

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

Expand Down

0 comments on commit 7a2e1f1

Please sign in to comment.