[postgis-tickets] r15795 - Note twkb improvements in docs.
Regina Obe
lr at pcorp.us
Fri Sep 22 08:25:22 PDT 2017
Author: robe
Date: 2017-09-22 08:25:22 -0700 (Fri, 22 Sep 2017)
New Revision: 15795
Modified:
trunk/NEWS
trunk/doc/reference_output.xml
trunk/doc/release_notes.xml
Log:
Note twkb improvements in docs.
Closes #3855
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2017-09-22 14:03:29 UTC (rev 15794)
+++ trunk/NEWS 2017-09-22 15:25:22 UTC (rev 15795)
@@ -62,6 +62,7 @@
- #3832, Support wide integer fields as int8 in shp2pgsql
- #3841, Deterministic sorting support for empty geometries in btree geography
- #3844, Make = operator a strict equality test, and < > to rough "spatial sorting"
+ - #3855, ST_AsTWKB memory and speed improvements
* Breaking Changes *
Modified: trunk/doc/reference_output.xml
===================================================================
--- trunk/doc/reference_output.xml 2017-09-22 14:03:29 UTC (rev 15794)
+++ trunk/doc/reference_output.xml 2017-09-22 15:25:22 UTC (rev 15795)
@@ -1019,6 +1019,7 @@
<para>The format specification is available online at <ulink url="https://github.com/TWKB/Specification">https://github.com/TWKB/Specification</ulink>, and code for building a JavaScript client can be found at <ulink url="https://github.com/TWKB/twkb.js">https://github.com/TWKB/twkb.js</ulink>.</para>
</note>
+ <para>Enhanced: 2.4.0 memory and speed improvements.</para>
<para>Availability: 2.2.0</para>
</refsection>
Modified: trunk/doc/release_notes.xml
===================================================================
--- trunk/doc/release_notes.xml 2017-09-22 14:03:29 UTC (rev 15794)
+++ trunk/doc/release_notes.xml 2017-09-22 15:25:22 UTC (rev 15795)
@@ -51,6 +51,7 @@
<para>#3832, Support wide integer fields as int8 in shp2pgsql</para>
<para>#3841, Deterministic sorting support for empty geometries in btree geography</para>
<para>#3844, Make = operator a strict equality test, and < > to rough "spatial sorting"</para>
+<para>#3855, ST_AsTWKB memory and speed improvements</para>
</simplesect>
<simplesect><title>Breaking Changes</title>
More information about the postgis-tickets
mailing list