[go: up one dir, main page]

entities 1.0.1

Provides the raw data needed to convert to and from HTML entities.
Documentation
# 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]

## [1.0.1] - 2018-02-09
### Added
- Links to API docs from crates.io page.

### Changed
- Docs now CommonMark compliant in preparation for changes to rustdoc parser.

## 1.0.0 - 2016-12-06
### Added
- First release with stable API.

[Unreleased]: https://github.com/p-jackson/entities/compare/v1.0.1...HEAD
[1.0.1]: https://github.com/p-jackson/entities/compare/v1.0.0...v1.0.1