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 fae3b60 + c007d8d commit 3b38c12Copy full SHA for 3b38c12
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 0.11.1
4
+* A variety of minor documentation and spec bug fixes. The most important one
5
+ fixes the docs for Primitives.arc and Primitives.sector, which did not reflect
6
+ the actual format those primitives required.
7
+
8
## 0.11.0
9
* The GitHub repo was moved to the new ScenicFramework GitHub organization
10
* Add the Scenic.Assets.Stream.Bitmap.put_offset/3 api
mix.exs
@@ -3,7 +3,7 @@ defmodule Scenic.Mixfile do
@app_name :scenic
- @version "0.11.0"
+ @version "0.11.1"
@elixir_version "~> 1.11"
@github "https://github.com/ScenicFramework/scenic"
0 commit comments