Skip to content

Commit e9085c3

Browse files
committed
Release 3.8.0
Note that this mentions #171 as being merged.
1 parent 0ba3dbb commit e9085c3

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

RELEASE-NOTES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Wikibase DataModel Services release notes
22

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+
39
## Version 3.7.0 (2016-11-14)
410

511
* Raised minimum PHP version to 5.5.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"extra": {
3939
"branch-alias": {
40-
"dev-master": "3.7.x-dev"
40+
"dev-master": "3.8.x-dev"
4141
}
4242
},
4343
"scripts": {

0 commit comments

Comments
 (0)