From 70c53e97c764986f074e66db1b186b21767ecbdd Mon Sep 17 00:00:00 2001 From: Joe Clay <27cupsofcoffee@gmail.com> Date: Sun, 6 Jan 2019 16:08:00 +0000 Subject: [PATCH] Update CHANGELOG.md [skip-ci] --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e666cc9e..4dcefcca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,14 @@ ## 0.2.5 (Upcoming) +### New Features + +* Custom shaders can now be used for rendering! ([@17cupsofcoffee](https://github.com/17cupsofcoffee), in [#75](https://github.com/17cupsofcoffee/tetra/pull/75)) + ### Bug Fixes * The parameters contained within an instance of `DrawParams` are now publicly accessible - without these, it wasn't possible to write a proper custom implementation of `Drawable`. ([@17cupsofcoffee](https://github.com/17cupsofcoffee), in [#73](https://github.com/17cupsofcoffee/tetra/pull/73)) +* Shaders now bind their outputs explicitly - this should help with compatability. ([@17cupsofcoffee](https://github.com/17cupsofcoffee), in [#75](https://github.com/17cupsofcoffee/tetra/pull/75)) ## 0.2.4 (Janurary 4th, 2019)