We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ad5829 commit 110dc5cCopy full SHA for 110dc5c
CHANGELOG.md
@@ -26,11 +26,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
26
- Lots of one-argument constructors are now explicit.
27
- Timestamp parser now uses our own implementation instead of strptime.
28
This is faster and independant of locale settings.
29
+- More cases of invalid areas with duplicate segments are reported as
30
+ errors.
31
32
### Fixed
33
34
- Fixed a problem limiting cache file sizes on Windows to 32 bit.
35
- Fixed includes.
36
+- Exception messages for invalid areas do not report "area contains no rings"
37
+ any more, but "invalid area".
38
39
40
## [2.8.0] - 2016-08-04
0 commit comments