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 a0db892 commit 87f5c8dCopy full SHA for 87f5c8d
CHANGELOG.md
@@ -1,5 +1,23 @@
1
# Changelog
2
3
+## [1.4.0] - 2016-11-07
4
+
5
+### Added
6
+- Use threads when creating output tiles for massive speedup (@grafi-tt)
7
+- Bundle kaguya - no need for Luabind any more
8
+- Report how many output objects were stored
9
+- Add glug support to mbtileserver
10
11
+### Changed
12
+- `way:FindContaining()` now returns a Lua table rather than an iterator
13
14
+### Fixed
15
+- Polygon filling algorithm rewritten to work consistently (@grafi-tt)
16
17
+### Removed
18
+- Mapbox Studio-compatible file layout removed (licensing debatable)
19
+- Vagrantfile removed (dependency problems)
20
21
## [1.3.0] - 2016-07-11
22
23
### Added
0 commit comments