Skip to content
This repository has been archived by the owner on Jun 18, 2023. It is now read-only.

Latest commit

 

History

History
90 lines (68 loc) · 3.22 KB

CHANGELOG.md

File metadata and controls

90 lines (68 loc) · 3.22 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Added

Fixed

  • Fix i32 being used instead of u32 as psp2_sys::types::SceUInt

v0.2.2 - 2018-09-12

Fixed

  • Fix missing #[cfg_attr(...)] in psp_sys::kernel

v0.2.1 - 2018-09-12

Added

  • dox feature to disable linking to vitasdk stubs during compilation (use in docs.rs)

Fixed

  • Links in CHANGELOG.md file.

v0.2.0 - 2018-07-06

Added

v0.1.1 - 2018-07-04

Changed

  • build.rs only to warn about missing $VITASDK environment variable (allows cargo doc without $VITASDK set)

v0.1.0 - 2018-07-04

Added