Skip to content

Commit 5e7450e

Browse files
authored
Update changelog for next release (#325)
* Update changelog for next release * bump version and fix broken doc link
1 parent 391e9d2 commit 5e7450e

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
* Variety of minor updates, bug fixes, and doc updates
6+
* `Scenic.Scene.assign/2` now accepts a map by @amclain in https://github.com/ScenicFramework/scenic/pull/291
7+
* Allow `Scenic.Scene.assign_new/2` and `Scenic.Driver.assign_new/2` to take a map of values by @adkron in https://github.com/ScenicFramework/scenic/pull/293
8+
* Update nimble_options by @axelson in https://github.com/ScenicFramework/scenic/pull/300
9+
* Improve static assets otp_app error message by @axelson in https://github.com/ScenicFramework/scenic/pull/305
10+
* Upgrade elixir_make and ssl_verify_fun by @ohrite in https://github.com/ScenicFramework/scenic/pull/321
11+
12+
### New Contributors
13+
* @amclain made their first contribution in https://github.com/ScenicFramework/scenic/pull/291
14+
* @adkron made their first contribution in https://github.com/ScenicFramework/scenic/pull/293
15+
* @seb3s made their first contribution in https://github.com/ScenicFramework/scenic/pull/294
16+
* @rkenzhebekov made their first contribution in https://github.com/ScenicFramework/scenic/pull/303
17+
* @ohrite made their first contribution in https://github.com/ScenicFramework/scenic/pull/321
18+
19+
**Full Changelog**: https://github.com/ScenicFramework/scenic/compare/v0.11.1...v0.11.2
20+
321
## 0.11.1
422
* A variety of minor documentation and spec bug fixes. The most important one
523
fixes the docs for Primitives.arc and Primitives.sector, which did not reflect

lib/scenic/script.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ defmodule Scenic.Script do
118118
Building and using a custom script happens in three parts. First, the script itself
119119
is created using the `Scenic.Script` api.
120120
121-
Then the script is published to the ViewPort using `Scenic.Scene/push_script/4` with a
121+
Then the script is published to the ViewPort using `Scenic.Scene.push_script/4` with a
122122
unique name.
123123
124124
Later, the graph for the checkbox references this script, which is what triggers it to be drawn.

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule Scenic.Mixfile do
33

44
@app_name :scenic
55

6-
@version "0.11.1"
6+
@version "0.11.2"
77

88
@elixir_version "~> 1.11"
99
@github "https://github.com/ScenicFramework/scenic"

0 commit comments

Comments
 (0)