Skip to content

Commit 16f54e9

Browse files
committed
Mention removed HashArray in release notes
1 parent 0460d67 commit 16f54e9

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ dist: trusty
55
php:
66
- 5.5
77
- 5.6
8-
- 7
8+
- 7.0
9+
- 7.1
910
- hhvm
1011

1112
sudo: false

RELEASE-NOTES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ This release removes integers as acceptable entity IDs.
77
#### Breaking changes
88
* `Item::setId` and `Property::setId` do not accept integers any more.
99
* Removed `Item::getSiteLinks` and `Item::hasSiteLinks`.
10+
* Removed `HashArray`.
11+
* `SnakList` does not extend `HashArray` any more. This removes the following public and protected
12+
methods, or makes them private: `addElement`, `getByElementHash`, `getNewOffset`, `getObjectType`,
13+
`hasElement`, `hasElementHash`, `hasValidType`, `preSetElement`, `removeByElementHash`,
14+
`removeElement`, and `setElement`.
1015
* Added periods to the list of disallowed characters in `RepositoryNameAssert`.
1116

1217
#### Other changes

phpcs.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<ruleset name="WikibaseDataModel">
3-
<rule ref="vendor/wikibase/wikibase-codesniffer/Wikibase">
3+
<rule ref="./vendor/wikibase/wikibase-codesniffer/Wikibase">
44
<exclude name="PSR2.Methods.MethodDeclaration" />
55
</rule>
66

0 commit comments

Comments
 (0)