We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ba3dbb commit e9085c3Copy full SHA for e9085c3
2 files changed
RELEASE-NOTES.md
@@ -1,5 +1,11 @@
1
# Wikibase DataModel Services release notes
2
3
+## Version 3.8.0 (2017-02-27)
4
+
5
+* Fixed `EntityRetrievingTermLookup` silently failing for entities that do not implement
6
+ `FingerprintProvider` (#171).
7
+* Introduced caching in `PrefixMappingEntityIdParserFactory` (#162).
8
9
## Version 3.7.0 (2016-11-14)
10
11
* Raised minimum PHP version to 5.5.
composer.json
@@ -37,7 +37,7 @@
37
},
38
"extra": {
39
"branch-alias": {
40
- "dev-master": "3.7.x-dev"
+ "dev-master": "3.8.x-dev"
41
}
42
43
"scripts": {
0 commit comments