pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2017-03-11
2017-03-11 16:42:03 by Henrik Grubbström (Grubba) <grubba@grubba.org>
8f82cea829fac9567d7df618196ad14dd2cbdc48 (
7
lines) (+
7
/-
0
)
[
Show
|
Annotate
]
Branch:
8.1
CHANGES: Added note about Sql.Sql.
108:
Incompatible changes --------------------
+
o Sql.Sql is no longer a wrapper class, but a function.
+
+
The wrapper class has been obsoleted by introduction of the
+
new base class __builtin.Sql.Connection. Note that it is
+
still possible to use Sql.Sql as the type of connection objects.
+
o Gz.crc32 and Nettle.crc32c now only return positive results. o glob() has changed.