Skip to content

Commit e625ad9

Browse files
committed
Updated CHANGELOG.
1 parent 8b2135e commit e625ad9

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
1-
### Next Release v0.8.0 (25 January 2015)
1+
### Next Release v0.8.1 (TBD)
2+
3+
* Pure Java implementations of
4+
- `AtomicBoolean`
5+
- `AtomicFixnum`
6+
- `Semaphore`
7+
* Fixed bug when pruning Ruby thread pools
8+
* Fixed bug in time calculations within `ScheduledTask`
9+
* Default `count` in `CountDownLatch` to 1
10+
* Use monotonic clock for timeouts on all platforms where supported
11+
12+
## Current Release v0.8.0 (25 January 2015)
213

314
* C extension for MRI have been extracted into the `concurrent-ruby-ext` companion gem.
415
Please see the README for more detail.
516
* Better variable isolation in `Promise` and `Future` via an `:args` option
617
* Continued to update intermittently failing tests
718

8-
## Current Release v0.7.2 (24 January 2015)
19+
### Release v0.7.2 (24 January 2015)
920

1021
* New `Semaphore` class based on [java.util.concurrent.Semaphore](http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/Semaphore.html)
1122
* New `Promise.all?` and `Promise.any?` class methods

0 commit comments

Comments
 (0)