summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changes.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/changes.txt b/changes.txt
index cf1696b8..9db1e658 100644
--- a/changes.txt
+++ b/changes.txt
@@ -105,7 +105,8 @@ compile-time literal
:sentient "RSN"
"The default"))
-The string "The default" represents the default clause and can be any expression, not only a compile-time literal.
+The string "The default" represents the default clause and can be any
+expression, not only a compile-time literal.
== 2.5 Duplicate Key Prevention ==
@@ -119,9 +120,10 @@ hash-set now prevent duplicate keys:
== 2.6 Primitive Vectors ==
-vector-of creates a vector of unboxed Java primitives, which follows the contract of Clojure vectors. It
-takes one keyword argument corresponding to its primitive type that can be any of :int, :long, :float,
-:double, :byte, :short, :boolean, or :char.
+vector-of creates a vector of unboxed Java primitives, which follows
+the contract of Clojure vectors. It takes one keyword argument
+corresponding to its primitive type that can be any of :int, :long,
+:float, :double, :byte, :short, :boolean, or :char.
== 2.7 Agent Error Handling ==