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.
1 parent 0a5c717 commit 0a8e8f1Copy full SHA for 0a8e8f1
CHANGELOG.md
@@ -2,7 +2,9 @@
2
3
- The performance of the `string.repeat` function has been improved. It now runs
4
in loglinear time.
5
-
+- Updated documentation for `dynamic.classify` to reflect the removal of the
6
+ `dynamic.from` function.
7
+
8
## v0.62.1 - 2025-08-07
9
10
- `string.inspect` now shows Erlang atoms as `atom.create("value")`, to match
src/gleam/dynamic.gleam
@@ -21,7 +21,7 @@ pub type Dynamic
21
/// `gleam/dynamic/decode` module.
22
///
23
/// ```gleam
24
-/// classify(from("Hello"))
+/// classify(string("Hello"))
25
/// // -> "String"
26
/// ```
27
0 commit comments