## New this release - Implementation of [P1976R2](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/p1976r2.html) for gsl::span introduces explicit construction of fixed-length spans from dynamic spans. - See [span_compatibility_tests.cpp](https://github.com/microsoft/GSL/blob/0f6dbc9e2915ef5c16830f3fa3565738de2a9230/tests/span_compatibility_tests.cpp#L922) for additional details. - PR: #887 - Better template argument deduction for gsl::span. - See [span_tests.cpp](https://github.com/microsoft/GSL/blob/0f6dbc9e2915ef5c16830f3fa3565738de2a9230/tests/span_tests.cpp#L1240) for examples. - PR: #891 - Improved natvis for span and span derived types. - PR: #857 - Added CMake find_package version support. - PR: #879