You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,23 @@
1
1
# Changelog
2
2
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
0 commit comments