Skip to content

Commit ff8ba57

Browse files
committed
Update changelog.
1 parent 6b66245 commit ff8ba57

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
66
### Added
77
- Added support for PostgreSql ST_MakeEnvelope function.
88
### Changed
9+
- Added implementation of getTypeFamily() and getSQLType() to AbstractGeometryType.
10+
- Rename AbstractGeometryType class to AbstractSpatialType.
11+
- Simplify logic in isClosed() method of AbstractLineString.
12+
- Updated copyright year in LICENSE.
913
### Removed
14+
- Unused imports from a number of classes.
1015

1116
## [1.1] - 2015-12-20
1217
### Added
@@ -77,5 +82,5 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7782
- StringLexer and StringParser now correctly handle values with exponent/scientific notation.
7883

7984
### Removed
80-
- AbstractDualGeometryDQLFunction, AbstractDualGeometryOptionalParameterDQLFunction, AbstractGeometryDQLFunction, AbstractSingleGeometryDQLFunction, AbstractTripleGeometryDQLFunction, and AbstractVariableGeometryDQLFunction classes.
85+
- AbstractDualGeometryDQLFunction, AbstractDualGeometryOptionalParameterDQLFunction, AbstractGeometryDQLFunction, AbstractSingleGeometryDQLFunction, AbstractTripleGeometryDQLFunction, and AbstractVariableGeometryDQLFunction classes.
8186

0 commit comments

Comments
 (0)