Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andpodob committed Dec 28, 2021
1 parent bb756e2 commit 870aef0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## 0.9.0
* Fixed PadAdded spec [#359](https://github.com/membraneframework/membrane_core/pull/359)
* More fine-grained control over emitted metrics [#365](https://github.com/membraneframework/membrane_core/pull/365)
* Add `Membrane.RemoteControlled.Pipeline` - a basic implementation of a `Membrane.Pipeline` that </br>
can be spawned and controlled by an external process [#366](https://github.com/membraneframework/membrane_core/pull/366)
### PRs not influencing public API:
* Prevent internal testing notifications from reaching pipeline module [#350](https://github.com/membraneframework/membrane_core/pull/350)
* Fix unknown node error on distribution changes [#352](https://github.com/membraneframework/membrane_core/pull/352)
Expand Down
2 changes: 1 addition & 1 deletion lib/membrane/remote_controlled/pipeline.ex
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ defmodule Membrane.RemoteControlled.Pipeline do
a given playback state,
* `{:start_of_stream | :end_of_stream, Membrane.Element.name_t(), Membrane.Pad.name_t()}` emitted
when one of direct pipeline children informs the pipeline about start or end of stream,
* `{:notification, from, Membrane.Notification.t()}` emitted when pipeline receives notification
* `{:notification, Membrane.Element.name_t(), Membrane.Notification.t()}` emitted when pipeline receives notification
from one of its children.
"""

Expand Down

0 comments on commit 870aef0

Please sign in to comment.