diff --git a/CHANGES.md b/CHANGES.md index d11f034..1fc2d7a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,8 @@ * * Overhauled front page documentation. * +* `Feature` now derives `Default` + * ## 0.22.3 diff --git a/src/lib.rs b/src/lib.rs index a835728..85ae178 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -426,7 +426,7 @@ pub use conversion::quick_collection; /// Feature Objects /// /// [GeoJSON Format Specification ยง 3.2](https://tools.ietf.org/html/rfc7946#section-3.2) -#[derive(Clone, Debug, PartialEq)] +#[derive(Clone, Debug, Default, PartialEq)] pub struct Feature { /// Bounding Box ///