Files
another-boids-in-rust/vendor/inflections/CHANGELOG.md

640 B

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

Unreleased

v1.1.0 - 2017-09-14

Changed

  • Updated the documentation link

v1.1.0 - 2017-06-04

Added

  • [technically-breaking-change] added {is,to}_{lower,upper}_case methods to the Inflect trait.

  • A Inflect implementation for str

Removed

  • [technically-breaking-change] the implementations of Inflect for &str and String

v1.0.0 - 2016-03-25

  • Initial release