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
853: Version 0.16.0 r=Marwes a=Marwes
<a name="v0.16.0"></a>
## v0.16.0 (2020-07-04)
#### Features
* Make tokio an optional dependency ([c3450a9](c3450a9), closes [#843](#843))
* Update to codespan_reporting 0.9 ([a6f214c](a6f214c))
#### Bug Fixes
* Handle errors when pushing a BTreeMap ([bd8ad34](bd8ad34), closes [#847](#847))
* Convert rust tuples such that they can be used polymorphically ([6c4d573](6c4d573), closes [#848](#848))
Co-authored-by: Markus Westerlind <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,19 @@
1
+
<aname="v0.16.0"></a>
2
+
## v0.16.0 (2020-07-04)
3
+
4
+
5
+
#### Features
6
+
7
+
* Make tokio an optional dependency ([c3450a99](https://github.com/gluon-lang/gluon/commit/c3450a99656f2c6298d7b937d976ac5d0e96f6c2), closes [#843](https://github.com/gluon-lang/gluon/issues/843))
8
+
* Update to codespan_reporting 0.9 ([a6f214ce](https://github.com/gluon-lang/gluon/commit/a6f214ce120c34f37d5b2169dba593f576f24265))
9
+
10
+
#### Bug Fixes
11
+
12
+
* Handle errors when pushing a BTreeMap ([bd8ad34f](https://github.com/gluon-lang/gluon/commit/bd8ad34fbf294729442c0c8d0e8983903b59cbdf), closes [#847](https://github.com/gluon-lang/gluon/issues/847))
13
+
* Convert rust tuples such that they can be used polymorphically ([6c4d5731](https://github.com/gluon-lang/gluon/commit/6c4d5731cefff867f468c2982eb55df6cf69aa8f), closes [#848](https://github.com/gluon-lang/gluon/issues/848))
0 commit comments