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
<a name="v0.17.2"></a>
### v0.17.2 (2020-10-25)
#### Features
* Allow the http module to be used without a tcp listener ([c45353d](c45353d))
* Format seq expressions without seq ([5c0cec2](5c0cec2))
* Compile block expressions as monadic sequences ([bce5973](bce5973), closes [#884](#884))
* **std:**
* add Option assertions to std.test ([28e5053](28e5053))
* add modulo functions to int and float ([92f188a](92f188a))
#### Bug Fixes
* Recognize raw string literals without any `#` ([4d66fbb](4d66fbb), closes [#885](#885))
* Prevent zero-argument functions from being created in Rust ([e91ea06](e91ea06), closes [#873](#873))
* Give tuple fields a span ([2a1c2c7](2a1c2c7))
* xor_shift_new inconsistent description ([591b64b](591b64b))
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,25 @@
1
+
<aname="v0.17.2"></a>
2
+
### v0.17.2 (2020-10-25)
3
+
4
+
5
+
#### Features
6
+
7
+
* Allow the http module to be used without a tcp listener ([c45353d2](https://github.com/gluon-lang/gluon/commit/c45353d2ceb10d98dbeca7e7dce1f658b875eb3a))
8
+
* Format seq expressions without seq ([5c0cec2d](https://github.com/gluon-lang/gluon/commit/5c0cec2d29a0580a8e171e040f13427b282c4c1f))
9
+
* Compile block expressions as monadic sequences ([bce59737](https://github.com/gluon-lang/gluon/commit/bce5973719cdb24849671f5b11e980e5d9cefc31), closes [#884](https://github.com/gluon-lang/gluon/issues/884))
10
+
***std:**
11
+
* add Option assertions to std.test ([28e5053f](https://github.com/gluon-lang/gluon/commit/28e5053f1e56f7304d8b94eead3174ccfa4077c6))
12
+
* add modulo functions to int and float ([92f188ab](https://github.com/gluon-lang/gluon/commit/92f188ab24b599d0d0ef004c996f5fbefbfe1786))
13
+
14
+
#### Bug Fixes
15
+
16
+
* Recognize raw string literals without any `#` ([4d66fbb3](https://github.com/gluon-lang/gluon/commit/4d66fbb37f5acae81c28fe3af715b8d1c04a2ab5), closes [#885](https://github.com/gluon-lang/gluon/issues/885))
17
+
* Prevent zero-argument functions from being created in Rust ([e91ea06d](https://github.com/gluon-lang/gluon/commit/e91ea06d447fea4f9e5699ada6f38e742526ebc7), closes [#873](https://github.com/gluon-lang/gluon/issues/873))
18
+
* Give tuple fields a span ([2a1c2c71](https://github.com/gluon-lang/gluon/commit/2a1c2c711408372eed71812696776ee93fde3c0a))
0 commit comments