Fix empty reflector tests
This commit is contained in:
parent
512fed4b54
commit
638b33bc3c
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
# 1.1.0
|
# 1.1.0
|
||||||
* `pedantic` lints.
|
* `pedantic` lints.
|
||||||
* Add `ThrowingReflector`, which throws on all operations.
|
* Add `ThrowingReflector`, which throws on all operations.
|
||||||
|
* `EmptyReflector` uses `Object` instead of `dynamic` as its returned
|
||||||
|
type, as the `dynamic` type is (apparently?) no longer a valid constant value.
|
||||||
|
|
||||||
# 1.0.4
|
# 1.0.4
|
||||||
* Slight patch to prevent annoying segfault.
|
* Slight patch to prevent annoying segfault.
|
||||||
|
|
Loading…
Reference in a new issue