# Changelog
All notable changes to this project will be documented in this file.
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).
## [Unreleased]
## [v0.1.1] - 2018-09-12
### Fixed
- `docs.rs` documentation compilation using the `psp2-sys/dox` feature to prevent
failure on missing `vitasdk` library stubs.
## [v0.1.0] - 2018-09-11
### Added
- The `Vitallocator` struct with [`Alloc`](https://doc.rust-lang.org/nightly/core/alloc/trait.Alloc.html)
implementation.
[Unreleased]: https://github.com/vita-rust/vitallocator/compare/v0.1.1...HEAD
[v0.1.1]: https://github.com/vita-rust/vitallocator/compare/v0.1.0...v0.1.1
[v0.1.0]: https://github.com/vita-rust/vitallocator/compare/886b278...v0.1.0