Skip to content

Commit

Permalink
merging releases.md and CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fosterbrereton committed Nov 28, 2017
1 parent 2271c3f commit 757616f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 34 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
- Concurrency library
- [serial queue](stlab/concurrency/serial_queue.hpp)
- [task](stlab/concurrency/task.hpp)
- Added feature requests [#95](https://github.com/stlab/libraries/issues/95) (flatten futures) and [#38](https://github.com/stlab/libraries/issues/38) (reduction on `future<void>`). Reduction of futures is now supported. So a `future<future<T>>` is reduced to `future<T>`. Currently
this is restricted to copyable types `T`.
- [copy on write](stlab/copy_on_write.hpp)
- [scope](stlab/scope.hpp)
- [Test library](stlab/test/model.hpp)
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,9 @@ multiple CPU cores while minimizing contention. This library solves several prob

# Documentation

The complete documentation is available on the [stlab home page](http://stlab.cc)
The complete documentation is available on the [stlab home page](http://stlab.cc).

# Release

[Version 1.1](readme.md)
Release changelogs are listed in [CHANGES.md](CHANGES.md).

# Building

Expand Down
30 changes: 0 additions & 30 deletions release.md

This file was deleted.

0 comments on commit 757616f

Please sign in to comment.