From f167026889fef7e015c8237c742bcc56da153dbf Mon Sep 17 00:00:00 2001 From: jshipsey Date: Sat, 1 Aug 2020 02:28:57 -0400 Subject: [PATCH] changelog --- CHANGELOG.md | 4 ++-- voxygen/src/anim/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48b76f69e8..3a7a76af54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,7 +46,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial crafting system implementation - Protection stat to armor that reduces incoming damage - Loading-Screen tips - +- Feeding animation for some animals ### Changed - Improved camera aiming @@ -64,7 +64,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Replaced `log` with `tracing` in all crates - Switch to a new network backend that will allow several improvements in the future - Connection screen fails after 4 minutes if it can't connect to the server instead of 80 minutes -- Rebuilt quadruped_medium animation and assets +- Rebuilt quadruped_medium/quadruped_small animation and assets - Disabled destruction of most blocks by explosions - Disable damage to pets - Made pets healable diff --git a/voxygen/src/anim/Cargo.toml b/voxygen/src/anim/Cargo.toml index 92ce71acb0..ab4d0e2bfe 100644 --- a/voxygen/src/anim/Cargo.toml +++ b/voxygen/src/anim/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" name = "voxygen_anim" # Uncomment to use animation hot reloading # Note: this breaks `cargo test` -crate-type = ["lib", "cdylib"] +# crate-type = ["lib", "cdylib"] [features] use-dyn-lib = ["libloading", "notify", "lazy_static", "tracing", "find_folder"]