Skip to content

Commit

Permalink
update changelog for 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bwasty committed Jan 27, 2019
1 parent 17233dd commit 24148a6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.4.1] - 2019-01-27
### Fixed
* Ambiguous import compilation error with Rust 1.31 ([#55](https://github.com/bwasty/gltf-viewer/pull/55))
* Crash due to near plane 0 ([#54](https://github.com/bwasty/gltf-viewer/issues/54), [rust-lang/rust#56316](https://github.com/rust-lang/rust/issues/56316))

### Changed
* (internal) upgrade to Rust Edition 2018

## [0.4.0] - 2018-08-22
### Added
* `--straight` CLI parameter: Position camera in front of model if using default camera (i.e. glTF doesn't contain a camera or `--cam-index -1` is passed) ([#49](https://github.com/bwasty/gltf-viewer/pull/49))
Expand Down

0 comments on commit 24148a6

Please sign in to comment.