]> granicus.if.org Git - postgis/commitdiff
Note twkb improvements in docs.
authorRegina Obe <lr@pcorp.us>
Fri, 22 Sep 2017 15:25:22 +0000 (15:25 +0000)
committerRegina Obe <lr@pcorp.us>
Fri, 22 Sep 2017 15:25:22 +0000 (15:25 +0000)
Closes #3855

git-svn-id: http://svn.osgeo.org/postgis/trunk@15795 b70326c6-7e19-0410-871a-916f4a2858ee

NEWS
doc/reference_output.xml
doc/release_notes.xml

diff --git a/NEWS b/NEWS
index 70c836560b598b310c6048f903dda9de8d6a91ee..a7b898c4e6b93cd927f260162ae38be5650abd43 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -62,6 +62,7 @@ PostGIS 2.4.0
   - #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 *
index a859248d0c75ded3c10ca6cd4a66068d23a72edb..596b309246ac07c29bc9b0a7235f5d4ae69d846c 100644 (file)
@@ -1019,6 +1019,7 @@ F000000000000000000000000000000000000000000000000');
                          <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>
 
index 6b079351bd6dc864a2ed12c54ace0d850c27e190..5891a263aadf0a170365ef7f383c51678e2dd342 100644 (file)
@@ -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 &lt; &gt; to rough "spatial sorting"</para>
+<para>#3855, ST_AsTWKB memory and speed improvements</para>
         </simplesect>
 
         <simplesect><title>Breaking Changes</title>