Rename changelog

... and fix typo
This commit is contained in:
Daniel Wolf 2018-09-01 20:32:29 +02:00
parent ce02a3a003
commit c93da48c77
2 changed files with 2 additions and 2 deletions

View File

@ -126,7 +126,7 @@
## Version 1.0.0
* **Improved** animation algoritym: More realistic animation using new, predictive algorithm.
* **Improved** animation algorithm: More realistic animation using new, predictive algorithm.
* **Added** tweening for smoother animation.
* **Added** support for non-dialog noises (breathing, smacking, etc.)
* **Improved** processing speed substantially through multithreading.

View File

@ -12,7 +12,7 @@ add_subdirectory("extras/EsotericSoftwareSpine")
# Install misc. files
install(
FILES README.adoc LICENSE.md VERSION.md
FILES README.adoc LICENSE.md CHANGELOG.md
DESTINATION .
)