diff --git a/NEWS.carto.md b/NEWS.carto.md new file mode 100644 index 0000000..a6fc700 --- /dev/null +++ b/NEWS.carto.md @@ -0,0 +1,30 @@ +# CARTO's Changelog + +## v2.2.0-carto.1 +Released 2018-mm-dd + +## v1.2.0-carto.3 +Released 2018-11-21 + +Features: + * Drop support for Node.js 0.12, 4 and, 5. + * Add support for Node.js 8 and 10. + * Add package-lock.json + * Do not use deprecated Buffer constructors. + +## v1.2.0-carto.2 +Released 2018-10-26 + +Bug fixes: + * Make all modules to use strict mode semantics. + +## v1.2.0-carto.1 +Released 2018-06-11 + +Bug fixes: + * Improves performance of COPY TO by sending bigger chunks through low level `push()`. See https://github.com/CartoDB/node-pg-copy-streams/pull/1 + +## v1.2.0 +Released 2016-08-22 + +Vanilla version v1.2.0 from upstream repository. See https://github.com/CartoDB/node-pg-copy-streams/releases/tag/v1.2.0