Skip to content

Commit

Permalink
Updated History to include changes in #228
Browse files Browse the repository at this point in the history
  • Loading branch information
keithdoggett authored and BuonOmo committed Jan 13, 2022
1 parent cf437f5 commit be5cc04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion History.md
@@ -1,3 +1,7 @@
### Current

* Change `ProjectedLinearRing#is_simple?` method to be uniform across geos versions #228

### 2.3.1 / 2021-11-30

* Fix core dump when cast returns a non Geos object #261
Expand All @@ -18,7 +22,6 @@
* Add a simple fallback for `Polygon#contains?` (Quiwin) #224
* Add `ccw?` method for linear rings, with geos support #229
* Add a simple fallback for `MultiPolygon/LineString#contains?` (Quiwin) #230 #232

### 2.1.1 / 2019-8-26

* Fix BasicPolygonMethods#boundary #206 (ans82)
Expand Down
2 changes: 1 addition & 1 deletion test/simple_mercator/polygon_test.rb
Expand Up @@ -16,7 +16,7 @@ def setup
end

def test_is_simple_validation_behavior
# issue 218
# See https://github.com/rgeo/rgeo/issues/218
assert_raises RGeo::Error::InvalidGeometry do
wkt = "POLYGON((0 0, 1 1, 1 0, 0 1, 0 0))"
@factory.parse_wkt(wkt)
Expand Down

0 comments on commit be5cc04

Please sign in to comment.