Skip to content

Commit 89f5ed5

Browse files
committed
Release 0.1
1 parent 2c63ac3 commit 89f5ed5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -235,3 +235,16 @@ $cacheLifeTime = 100000; //Life time of cache in seconds
235235

236236
$cachedStore = new \Wikibase\EntityStore\Cache\CachedEntityStore( $store, $cache, $cacheLifeTime );
237237
```
238+
239+
240+
## Release notes
241+
242+
### 0.1.0 (2015-04-21)
243+
244+
Initial release with these features:
245+
246+
* Retrieve entities from ids or terms
247+
* Import Wikidata JSON full dumps and incremental XML dumps
248+
* Beginning of support of simple queries
249+
* API and MongoDB backends
250+
* Basic cache system

0 commit comments

Comments
 (0)