From 2194f5c29b080428a33fe0b71f2af16754f7c361 Mon Sep 17 00:00:00 2001 From: Joe Clay <27cupsofcoffee@gmail.com> Date: Sun, 20 Jan 2019 16:16:03 +0000 Subject: [PATCH] Update changelog [skip-ci] --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72f5d22c..4354b669 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ ### New Features +* Audio playback has been added, using [Rodio](https://github.com/tomaka/rodio) as the backend! ([@17cupsofcoffee](https://github.com/17cupsofcoffee), in [#84](https://github.com/17cupsofcoffee/tetra/pull/84)) * A port of the popular 'BunnyMark' benchmark has been added, which can be helpful for comparing relative performance of different versions/configurations of Tetra. ([@17cupsofcoffee](https://github.com/17cupsofcoffee), in [#77](https://github.com/17cupsofcoffee/tetra/pull/77)) * The documentation has been updated to detail the `sdl2_bundled` and `sdl2_static_link` features.