Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GStreamer
gstreamer-rs
Commits
0bd29038
Commit
0bd29038
authored
Jan 23, 2020
by
Sebastian Dröge
🍵
Browse files
Update CHANGELOG.md for 0.15.1
parent
7230aee0
Pipeline
#100810
passed with stages
in 24 minutes and 12 seconds
Changes
16
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
gstreamer-app/CHANGELOG.md
View file @
0bd29038
...
...
@@ -5,6 +5,27 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to
[
Semantic Versioning
](
http://semver.org/spec/v2.0.0.html
)
,
specifically the
[
variant used by Rust
](
http://doc.crates.io/manifest.html#the-version-field
)
.
## [0.15.1] - 2020-01-23
### Added
-
Use static inner lifetime for
`VideoCodecState<Readable>`
so that it can be
stored safely on the heap.
-
Getters/setters for
`BinFlags`
on
`gst::Bin`
.
-
`gst::Caps::builder_full()`
for building caps with multiple structures
conveniently.
-
`gst::Element::call_async_future()`
for asynchronously spawning a closure
and returning a
`Future`
for awaiting its return value.
### Fixed
-
Various clippy warnings.
-
Getters/setters for
`PadFlags`
on
`gst::Pad`
now provide the correct
behaviour.
-
Take mutex before popping messages in the
`gst::Bus`
`Stream`
to close a
small race condition that could cause it to not be woken up.
-
`gst::ChildProxy`
implementers do not have to provide
`child_added()`
and
`child_removed()`
functions anymore but these are optional now.
-
Manually implement
`Debug`
impls for various generic types where to
`Debug`
impl should not depend on their type parameters also implementing
`Debug`
.
## [0.15.0] - 2019-12-18
### Added
-
`StructureRef::get_optional()`
for returning
`None`
if the field does not
...
...
gstreamer-audio/CHANGELOG.md
View file @
0bd29038
...
...
@@ -5,6 +5,27 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to
[
Semantic Versioning
](
http://semver.org/spec/v2.0.0.html
)
,
specifically the
[
variant used by Rust
](
http://doc.crates.io/manifest.html#the-version-field
)
.
## [0.15.1] - 2020-01-23
### Added
-
Use static inner lifetime for
`VideoCodecState<Readable>`
so that it can be
stored safely on the heap.
-
Getters/setters for
`BinFlags`
on
`gst::Bin`
.
-
`gst::Caps::builder_full()`
for building caps with multiple structures
conveniently.
-
`gst::Element::call_async_future()`
for asynchronously spawning a closure
and returning a
`Future`
for awaiting its return value.
### Fixed
-
Various clippy warnings.
-
Getters/setters for
`PadFlags`
on
`gst::Pad`
now provide the correct
behaviour.
-
Take mutex before popping messages in the
`gst::Bus`
`Stream`
to close a
small race condition that could cause it to not be woken up.
-
`gst::ChildProxy`
implementers do not have to provide
`child_added()`
and
`child_removed()`
functions anymore but these are optional now.
-
Manually implement
`Debug`
impls for various generic types where to
`Debug`
impl should not depend on their type parameters also implementing
`Debug`
.
## [0.15.0] - 2019-12-18
### Added
-
`StructureRef::get_optional()`
for returning
`None`
if the field does not
...
...
gstreamer-base/CHANGELOG.md
View file @
0bd29038
...
...
@@ -5,6 +5,27 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to
[
Semantic Versioning
](
http://semver.org/spec/v2.0.0.html
)
,
specifically the
[
variant used by Rust
](
http://doc.crates.io/manifest.html#the-version-field
)
.
## [0.15.1] - 2020-01-23
### Added
-
Use static inner lifetime for
`VideoCodecState<Readable>`
so that it can be
stored safely on the heap.
-
Getters/setters for
`BinFlags`
on
`gst::Bin`
.
-
`gst::Caps::builder_full()`
for building caps with multiple structures
conveniently.
-
`gst::Element::call_async_future()`
for asynchronously spawning a closure
and returning a
`Future`
for awaiting its return value.
### Fixed
-
Various clippy warnings.
-
Getters/setters for
`PadFlags`
on
`gst::Pad`
now provide the correct
behaviour.
-
Take mutex before popping messages in the
`gst::Bus`
`Stream`
to close a
small race condition that could cause it to not be woken up.
-
`gst::ChildProxy`
implementers do not have to provide
`child_added()`
and
`child_removed()`
functions anymore but these are optional now.
-
Manually implement
`Debug`
impls for various generic types where to
`Debug`
impl should not depend on their type parameters also implementing
`Debug`
.
## [0.15.0] - 2019-12-18
### Added
-
`StructureRef::get_optional()`
for returning
`None`
if the field does not
...
...
gstreamer-check/CHANGELOG.md
View file @
0bd29038
...
...
@@ -5,6 +5,27 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to
[
Semantic Versioning
](
http://semver.org/spec/v2.0.0.html
)
,
specifically the
[
variant used by Rust
](
http://doc.crates.io/manifest.html#the-version-field
)
.
## [0.15.1] - 2020-01-23
### Added
-
Use static inner lifetime for
`VideoCodecState<Readable>`
so that it can be
stored safely on the heap.
-
Getters/setters for
`BinFlags`
on
`gst::Bin`
.
-
`gst::Caps::builder_full()`
for building caps with multiple structures
conveniently.
-
`gst::Element::call_async_future()`
for asynchronously spawning a closure
and returning a
`Future`
for awaiting its return value.
### Fixed
-
Various clippy warnings.
-
Getters/setters for
`PadFlags`
on
`gst::Pad`
now provide the correct
behaviour.
-
Take mutex before popping messages in the
`gst::Bus`
`Stream`
to close a
small race condition that could cause it to not be woken up.
-
`gst::ChildProxy`
implementers do not have to provide
`child_added()`
and
`child_removed()`
functions anymore but these are optional now.
-
Manually implement
`Debug`
impls for various generic types where to
`Debug`
impl should not depend on their type parameters also implementing
`Debug`
.
## [0.15.0] - 2019-12-18
### Added
-
`StructureRef::get_optional()`
for returning
`None`
if the field does not
...
...
gstreamer-editing-services/CHANGELOG.md
View file @
0bd29038
...
...
@@ -5,6 +5,27 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to
[
Semantic Versioning
](
http://semver.org/spec/v2.0.0.html
)
,
specifically the
[
variant used by Rust
](
http://doc.crates.io/manifest.html#the-version-field
)
.
## [0.15.1] - 2020-01-23
### Added
-
Use static inner lifetime for
`VideoCodecState<Readable>`
so that it can be
stored safely on the heap.
-
Getters/setters for
`BinFlags`
on
`gst::Bin`
.
-
`gst::Caps::builder_full()`
for building caps with multiple structures
conveniently.
-
`gst::Element::call_async_future()`
for asynchronously spawning a closure
and returning a
`Future`
for awaiting its return value.
### Fixed
-
Various clippy warnings.
-
Getters/setters for
`PadFlags`
on
`gst::Pad`
now provide the correct
behaviour.
-
Take mutex before popping messages in the
`gst::Bus`
`Stream`
to close a
small race condition that could cause it to not be woken up.
-
`gst::ChildProxy`
implementers do not have to provide
`child_added()`
and
`child_removed()`
functions anymore but these are optional now.
-
Manually implement
`Debug`
impls for various generic types where to
`Debug`
impl should not depend on their type parameters also implementing
`Debug`
.
## [0.15.0] - 2019-12-18
### Added
-
`StructureRef::get_optional()`
for returning
`None`
if the field does not
...
...
gstreamer-gl/CHANGELOG.md
View file @
0bd29038
...
...
@@ -5,6 +5,27 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to
[
Semantic Versioning
](
http://semver.org/spec/v2.0.0.html
)
,
specifically the
[
variant used by Rust
](
http://doc.crates.io/manifest.html#the-version-field
)
.
## [0.15.1] - 2020-01-23
### Added
-
Use static inner lifetime for
`VideoCodecState<Readable>`
so that it can be
stored safely on the heap.
-
Getters/setters for
`BinFlags`
on
`gst::Bin`
.
-
`gst::Caps::builder_full()`
for building caps with multiple structures
conveniently.
-
`gst::Element::call_async_future()`
for asynchronously spawning a closure
and returning a
`Future`
for awaiting its return value.
### Fixed
-
Various clippy warnings.
-
Getters/setters for
`PadFlags`
on
`gst::Pad`
now provide the correct
behaviour.
-
Take mutex before popping messages in the
`gst::Bus`
`Stream`
to close a
small race condition that could cause it to not be woken up.
-
`gst::ChildProxy`
implementers do not have to provide
`child_added()`
and
`child_removed()`
functions anymore but these are optional now.
-
Manually implement
`Debug`
impls for various generic types where to
`Debug`
impl should not depend on their type parameters also implementing
`Debug`
.
## [0.15.0] - 2019-12-18
### Added
-
`StructureRef::get_optional()`
for returning
`None`
if the field does not
...
...
gstreamer-net/CHANGELOG.md
View file @
0bd29038
...
...
@@ -5,6 +5,27 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to
[
Semantic Versioning
](
http://semver.org/spec/v2.0.0.html
)
,
specifically the
[
variant used by Rust
](
http://doc.crates.io/manifest.html#the-version-field
)
.
## [0.15.1] - 2020-01-23
### Added
-
Use static inner lifetime for
`VideoCodecState<Readable>`
so that it can be
stored safely on the heap.
-
Getters/setters for
`BinFlags`
on
`gst::Bin`
.
-
`gst::Caps::builder_full()`
for building caps with multiple structures
conveniently.
-
`gst::Element::call_async_future()`
for asynchronously spawning a closure
and returning a
`Future`
for awaiting its return value.
### Fixed
-
Various clippy warnings.
-
Getters/setters for
`PadFlags`
on
`gst::Pad`
now provide the correct
behaviour.
-
Take mutex before popping messages in the
`gst::Bus`
`Stream`
to close a
small race condition that could cause it to not be woken up.
-
`gst::ChildProxy`
implementers do not have to provide
`child_added()`
and
`child_removed()`
functions anymore but these are optional now.
-
Manually implement
`Debug`
impls for various generic types where to
`Debug`
impl should not depend on their type parameters also implementing
`Debug`
.
## [0.15.0] - 2019-12-18
### Added
-
`StructureRef::get_optional()`
for returning
`None`
if the field does not
...
...
gstreamer-pbutils/CHANGELOG.md
View file @
0bd29038
...
...
@@ -5,6 +5,27 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to
[
Semantic Versioning
](
http://semver.org/spec/v2.0.0.html
)
,
specifically the
[
variant used by Rust
](
http://doc.crates.io/manifest.html#the-version-field
)
.
## [0.15.1] - 2020-01-23
### Added
-
Use static inner lifetime for
`VideoCodecState<Readable>`
so that it can be
stored safely on the heap.
-
Getters/setters for
`BinFlags`
on
`gst::Bin`
.
-
`gst::Caps::builder_full()`
for building caps with multiple structures
conveniently.
-
`gst::Element::call_async_future()`
for asynchronously spawning a closure
and returning a
`Future`
for awaiting its return value.
### Fixed
-
Various clippy warnings.
-
Getters/setters for
`PadFlags`
on
`gst::Pad`
now provide the correct
behaviour.
-
Take mutex before popping messages in the
`gst::Bus`
`Stream`
to close a
small race condition that could cause it to not be woken up.
-
`gst::ChildProxy`
implementers do not have to provide
`child_added()`
and
`child_removed()`
functions anymore but these are optional now.
-
Manually implement
`Debug`
impls for various generic types where to
`Debug`
impl should not depend on their type parameters also implementing
`Debug`
.
## [0.15.0] - 2019-12-18
### Added
-
`StructureRef::get_optional()`
for returning
`None`
if the field does not
...
...
gstreamer-player/CHANGELOG.md
View file @
0bd29038
...
...
@@ -5,6 +5,27 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to
[
Semantic Versioning
](
http://semver.org/spec/v2.0.0.html
)
,
specifically the
[
variant used by Rust
](
http://doc.crates.io/manifest.html#the-version-field
)
.
## [0.15.1] - 2020-01-23
### Added
-
Use static inner lifetime for
`VideoCodecState<Readable>`
so that it can be
stored safely on the heap.
-
Getters/setters for
`BinFlags`
on
`gst::Bin`
.
-
`gst::Caps::builder_full()`
for building caps with multiple structures
conveniently.
-
`gst::Element::call_async_future()`
for asynchronously spawning a closure
and returning a
`Future`
for awaiting its return value.
### Fixed
-
Various clippy warnings.
-
Getters/setters for
`PadFlags`
on
`gst::Pad`
now provide the correct
behaviour.
-
Take mutex before popping messages in the
`gst::Bus`
`Stream`
to close a
small race condition that could cause it to not be woken up.
-
`gst::ChildProxy`
implementers do not have to provide
`child_added()`
and
`child_removed()`
functions anymore but these are optional now.
-
Manually implement
`Debug`
impls for various generic types where to
`Debug`
impl should not depend on their type parameters also implementing
`Debug`
.
## [0.15.0] - 2019-12-18
### Added
-
`StructureRef::get_optional()`
for returning
`None`
if the field does not
...
...
gstreamer-rtp/CHANGELOG.md
View file @
0bd29038
...
...
@@ -5,6 +5,27 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to
[
Semantic Versioning
](
http://semver.org/spec/v2.0.0.html
)
,
specifically the
[
variant used by Rust
](
http://doc.crates.io/manifest.html#the-version-field
)
.
## [0.15.1] - 2020-01-23
### Added
-
Use static inner lifetime for
`VideoCodecState<Readable>`
so that it can be
stored safely on the heap.
-
Getters/setters for
`BinFlags`
on
`gst::Bin`
.
-
`gst::Caps::builder_full()`
for building caps with multiple structures
conveniently.
-
`gst::Element::call_async_future()`
for asynchronously spawning a closure
and returning a
`Future`
for awaiting its return value.
### Fixed
-
Various clippy warnings.
-
Getters/setters for
`PadFlags`
on
`gst::Pad`
now provide the correct
behaviour.
-
Take mutex before popping messages in the
`gst::Bus`
`Stream`
to close a
small race condition that could cause it to not be woken up.
-
`gst::ChildProxy`
implementers do not have to provide
`child_added()`
and
`child_removed()`
functions anymore but these are optional now.
-
Manually implement
`Debug`
impls for various generic types where to
`Debug`
impl should not depend on their type parameters also implementing
`Debug`
.
## [0.15.0] - 2019-12-18
### Added
-
`StructureRef::get_optional()`
for returning
`None`
if the field does not
...
...
gstreamer-rtsp-server/CHANGELOG.md
View file @
0bd29038
...
...
@@ -5,6 +5,27 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to
[
Semantic Versioning
](
http://semver.org/spec/v2.0.0.html
)
,
specifically the
[
variant used by Rust
](
http://doc.crates.io/manifest.html#the-version-field
)
.
## [0.15.1] - 2020-01-23
### Added
-
Use static inner lifetime for
`VideoCodecState<Readable>`
so that it can be
stored safely on the heap.
-
Getters/setters for
`BinFlags`
on
`gst::Bin`
.
-
`gst::Caps::builder_full()`
for building caps with multiple structures
conveniently.
-
`gst::Element::call_async_future()`
for asynchronously spawning a closure
and returning a
`Future`
for awaiting its return value.
### Fixed
-
Various clippy warnings.
-
Getters/setters for
`PadFlags`
on
`gst::Pad`
now provide the correct
behaviour.
-
Take mutex before popping messages in the
`gst::Bus`
`Stream`
to close a
small race condition that could cause it to not be woken up.
-
`gst::ChildProxy`
implementers do not have to provide
`child_added()`
and
`child_removed()`
functions anymore but these are optional now.
-
Manually implement
`Debug`
impls for various generic types where to
`Debug`
impl should not depend on their type parameters also implementing
`Debug`
.
## [0.15.0] - 2019-12-18
### Added
-
`StructureRef::get_optional()`
for returning
`None`
if the field does not
...
...
gstreamer-rtsp/CHANGELOG.md
View file @
0bd29038
...
...
@@ -5,6 +5,27 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to
[
Semantic Versioning
](
http://semver.org/spec/v2.0.0.html
)
,
specifically the
[
variant used by Rust
](
http://doc.crates.io/manifest.html#the-version-field
)
.
## [0.15.1] - 2020-01-23
### Added
-
Use static inner lifetime for
`VideoCodecState<Readable>`
so that it can be
stored safely on the heap.
-
Getters/setters for
`BinFlags`
on
`gst::Bin`
.
-
`gst::Caps::builder_full()`
for building caps with multiple structures
conveniently.
-
`gst::Element::call_async_future()`
for asynchronously spawning a closure
and returning a
`Future`
for awaiting its return value.
### Fixed
-
Various clippy warnings.
-
Getters/setters for
`PadFlags`
on
`gst::Pad`
now provide the correct
behaviour.
-
Take mutex before popping messages in the
`gst::Bus`
`Stream`
to close a
small race condition that could cause it to not be woken up.
-
`gst::ChildProxy`
implementers do not have to provide
`child_added()`
and
`child_removed()`
functions anymore but these are optional now.
-
Manually implement
`Debug`
impls for various generic types where to
`Debug`
impl should not depend on their type parameters also implementing
`Debug`
.
## [0.15.0] - 2019-12-18
### Added
-
`StructureRef::get_optional()`
for returning
`None`
if the field does not
...
...
gstreamer-sdp/CHANGELOG.md
View file @
0bd29038
...
...
@@ -5,6 +5,27 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to
[
Semantic Versioning
](
http://semver.org/spec/v2.0.0.html
)
,
specifically the
[
variant used by Rust
](
http://doc.crates.io/manifest.html#the-version-field
)
.
## [0.15.1] - 2020-01-23
### Added
-
Use static inner lifetime for
`VideoCodecState<Readable>`
so that it can be
stored safely on the heap.
-
Getters/setters for
`BinFlags`
on
`gst::Bin`
.
-
`gst::Caps::builder_full()`
for building caps with multiple structures
conveniently.
-
`gst::Element::call_async_future()`
for asynchronously spawning a closure
and returning a
`Future`
for awaiting its return value.
### Fixed
-
Various clippy warnings.
-
Getters/setters for
`PadFlags`
on
`gst::Pad`
now provide the correct
behaviour.
-
Take mutex before popping messages in the
`gst::Bus`
`Stream`
to close a
small race condition that could cause it to not be woken up.
-
`gst::ChildProxy`
implementers do not have to provide
`child_added()`
and
`child_removed()`
functions anymore but these are optional now.
-
Manually implement
`Debug`
impls for various generic types where to
`Debug`
impl should not depend on their type parameters also implementing
`Debug`
.
## [0.15.0] - 2019-12-18
### Added
-
`StructureRef::get_optional()`
for returning
`None`
if the field does not
...
...
gstreamer-video/CHANGELOG.md
View file @
0bd29038
...
...
@@ -5,6 +5,27 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to
[
Semantic Versioning
](
http://semver.org/spec/v2.0.0.html
)
,
specifically the
[
variant used by Rust
](
http://doc.crates.io/manifest.html#the-version-field
)
.
## [0.15.1] - 2020-01-23
### Added
-
Use static inner lifetime for
`VideoCodecState<Readable>`
so that it can be
stored safely on the heap.
-
Getters/setters for
`BinFlags`
on
`gst::Bin`
.
-
`gst::Caps::builder_full()`
for building caps with multiple structures
conveniently.
-
`gst::Element::call_async_future()`
for asynchronously spawning a closure
and returning a
`Future`
for awaiting its return value.
### Fixed
-
Various clippy warnings.
-
Getters/setters for
`PadFlags`
on
`gst::Pad`
now provide the correct
behaviour.
-
Take mutex before popping messages in the
`gst::Bus`
`Stream`
to close a
small race condition that could cause it to not be woken up.
-
`gst::ChildProxy`
implementers do not have to provide
`child_added()`
and
`child_removed()`
functions anymore but these are optional now.
-
Manually implement
`Debug`
impls for various generic types where to
`Debug`
impl should not depend on their type parameters also implementing
`Debug`
.
## [0.15.0] - 2019-12-18
### Added
-
`StructureRef::get_optional()`
for returning
`None`
if the field does not
...
...
gstreamer-webrtc/CHANGELOG.md
View file @
0bd29038
...
...
@@ -5,6 +5,27 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to
[
Semantic Versioning
](
http://semver.org/spec/v2.0.0.html
)
,
specifically the
[
variant used by Rust
](
http://doc.crates.io/manifest.html#the-version-field
)
.
## [0.15.1] - 2020-01-23
### Added
-
Use static inner lifetime for
`VideoCodecState<Readable>`
so that it can be
stored safely on the heap.
-
Getters/setters for
`BinFlags`
on
`gst::Bin`
.
-
`gst::Caps::builder_full()`
for building caps with multiple structures
conveniently.
-
`gst::Element::call_async_future()`
for asynchronously spawning a closure
and returning a
`Future`
for awaiting its return value.
### Fixed
-
Various clippy warnings.
-
Getters/setters for
`PadFlags`
on
`gst::Pad`
now provide the correct
behaviour.
-
Take mutex before popping messages in the
`gst::Bus`
`Stream`
to close a
small race condition that could cause it to not be woken up.
-
`gst::ChildProxy`
implementers do not have to provide
`child_added()`
and
`child_removed()`
functions anymore but these are optional now.
-
Manually implement
`Debug`
impls for various generic types where to
`Debug`
impl should not depend on their type parameters also implementing
`Debug`
.
## [0.15.0] - 2019-12-18
### Added
-
`StructureRef::get_optional()`
for returning
`None`
if the field does not
...
...
gstreamer/CHANGELOG.md
View file @
0bd29038
...
...
@@ -5,6 +5,27 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to
[
Semantic Versioning
](
http://semver.org/spec/v2.0.0.html
)
,
specifically the
[
variant used by Rust
](
http://doc.crates.io/manifest.html#the-version-field
)
.
## [0.15.1] - 2020-01-23
### Added
-
Use static inner lifetime for
`VideoCodecState<Readable>`
so that it can be
stored safely on the heap.
-
Getters/setters for
`BinFlags`
on
`gst::Bin`
.
-
`gst::Caps::builder_full()`
for building caps with multiple structures
conveniently.
-
`gst::Element::call_async_future()`
for asynchronously spawning a closure
and returning a
`Future`
for awaiting its return value.
### Fixed
-
Various clippy warnings.
-
Getters/setters for
`PadFlags`
on
`gst::Pad`
now provide the correct
behaviour.
-
Take mutex before popping messages in the
`gst::Bus`
`Stream`
to close a
small race condition that could cause it to not be woken up.
-
`gst::ChildProxy`
implementers do not have to provide
`child_added()`
and
`child_removed()`
functions anymore but these are optional now.
-
Manually implement
`Debug`
impls for various generic types where to
`Debug`
impl should not depend on their type parameters also implementing
`Debug`
.
## [0.15.0] - 2019-12-18
### Added
-
`StructureRef::get_optional()`
for returning
`None`
if the field does not
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment