summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Halloway <stu@thinkrelevance.com>2010-08-05 17:03:56 -0400
committerStuart Halloway <stu@thinkrelevance.com>2010-08-05 17:03:56 -0400
commite930c0478e706aa149696b79207639887fe715a8 (patch)
treed6416c23e351066e8f1455012f709917f57d6a2f
parent942784ccf8ca2c1be1ee3f3df6a2d22112987b64 (diff)
narrowing changes.txt for primitive monitors
-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 ==