Skip to content

Commit

Permalink
Update CHANGELOG (v0.3.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
ideoforms committed Dec 31, 2018
1 parent 3c4ada2 commit e9acf32
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
CHANGELOG

## [HEAD](https://github.com/ideoforms/signal/tree/HEAD)

[Full Changelog](https://github.com/ideoforms/signal/compare/v0.3.0...HEAD)

**New features:**

- Node: Ability to stop playback and remove from graph [\#46](https://github.com/ideoforms/signal/issues/46)

**Closed issues:**

- Unify code indentation to use spaces throughout [\#76](https://github.com/ideoforms/signal/issues/76)
- Add support for initializing NodeRef/Multiplex with std::vector [\#75](https://github.com/ideoforms/signal/issues/75)
- Monitor: Add support for multichannel monitoring [\#74](https://github.com/ideoforms/signal/issues/74)

## [v0.3.0](https://github.com/ideoforms/signal/tree/v0.3.0) (2018-07-15)
[Full Changelog](https://github.com/ideoforms/signal/compare/v0.2.0...v0.3.0)

Expand Down
2 changes: 1 addition & 1 deletion signal/version.h
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#define SIGNAL_VERSION "0.1.1"
#define SIGNAL_BUILD 572
#define SIGNAL_BUILD 573

0 comments on commit e9acf32

Please sign in to comment.