# 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] ### Added ### Changed ### Deprecated ### Removed ### Fixed ### Security ## [0.1.3] - 2020-02-28 ### Added - Added support for `serde` by serializing into the next bigger container. - Added all possible conversions to `isize` and `usize` for the target architecture. - Added implementations of some `num-traits`. - Added `capacity` function. - Added `rotate_left` function. - Added `rotate_right` function. - Added `count_ones` function. - Added `count_zeros` function. - Added `leading_zeros` function. - Added `trailing_zeros` function. - Added `reverse_bits` function. - Added `is_power_of_two` function. ## [0.1.3] - 2018-10-29 ### Added - Added `i1` and `u1` types. - Added `i65`-`i127` and `u65`-`u127` types. ## [0.1.2] - 2018-05-18 ### Added - Implemented `BitXor` and `BitXorAssign` for all types ## [0.1.1] - 2018-05-01 ### Added - Implemented `BitAnd` and `BitAndAssign` for all types ### Changed ### Deprecated ### Removed ### Fixed ### Security