Skip to content

Commit

Permalink
Version 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alteous committed Jul 8, 2018
1 parent 259ce5c commit cbe5736
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Expand Up @@ -6,7 +6,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

The `gltf` crate adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.11.0] - 2018-06-10
## [0.11.2] - 2018-07-08

### Fixed

- JSON chunk padding is now padded with spaces (0x20) rather than zeros.
- `None` is no longer serialized.
- `Vec` is no longer serialized when empty.

## [0.11.1] - 2018-06-10

### Added

Expand Down Expand Up @@ -51,6 +59,10 @@ The `gltf` crate adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- `Node::rotation` -- use `transform().decomposed()` instead.
- All hidden `as_json` functions -- no longer supported.

## [0.11.0] - 2018-06-10

### Yanked

## [0.10.1] - 2018-03-05

### Fixed
Expand Down

0 comments on commit cbe5736

Please sign in to comment.