geojs 1.6.5 → 1.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # GeoJS Change Log
2
2
 
3
+ ## Version 1.7.1
4
+
5
+ ### Improvements
6
+
7
+ - Reduce texture memory check ([#1175](../../pull/1175))
8
+
9
+ ## Version 1.7.0
10
+
11
+ ### Features
12
+
13
+ - Support tiled pixelmaps ([#1153](../../pull/1153))
14
+
15
+ ## Version 1.6.6
16
+
17
+ ### Improvements
18
+
19
+ - Add support for webgl pixelmaps ([#1152](../../pull/1152))
20
+
3
21
  ## Version 1.6.5
4
22
 
5
23
  ### Bug Fixes