What's Changed
* **fix**: support reading type arrow by machow in https://github.com/rstudio/pins-python/pull/136
- **breaking!**: using `pin_write(..., type="feather")` is now deprecated. Please use `pin_write(..., type="arrow")` instead. The underlying behavior is the same.
* **fix**: correctly display nulls in RStudio connect preview by machow in https://github.com/rstudio/pins-python/pull/139
* **feat**: add code block to RStudio connect preview by machow in https://github.com/rstudio/pins-python/pull/142
* **docs**: correct available backends by kellobri in https://github.com/rstudio/pins-python/pull/137
New Contributors
* kellobri made their first contribution in https://github.com/rstudio/pins-python/pull/137
**Full Changelog**: https://github.com/rstudio/pins-python/compare/v0.4.0...v0.5.0