# 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/). ## [Unreleased] ## 0.2.0 ### Added - Added this changelog ### Changed - Switched from `*mut u8` to `NonNull` for pointer values - Switched from returning `Result`s to returning `Option`s