We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f51788e + 84dea2e commit 87c56e2Copy full SHA for 87c56e2
CHANGELOG.md
@@ -4,6 +4,7 @@
4
* Can pass in a :name option to scenes/components @am-kantox
5
* Clean up warnings under Elixir 1.11
6
* Tell git not to mangle line endings on test data - part of getting Windows support working. @trejkaz
7
+* Fix Texture.clear() bug so it now clears the entire texture. @shritesh
8
9
10
## 0.10.3
mix.exs
@@ -3,7 +3,7 @@ defmodule Scenic.Mixfile do
3
@app_name :scenic
- @version "0.10.3"
+ @version "0.10.4"
@elixir_version "~> 1.8"
@github "https://github.com/boydm/scenic"
0 commit comments