Handle non-prefix and prefix resources combinations

This commit is contained in:
Nikolay Kim 2020-05-09 21:38:52 +06:00
parent 4c053c1dc7
commit a7187c4d8b
4 changed files with 52 additions and 2 deletions

View file

@ -1,5 +1,9 @@
# Changes
## [0.3.5] - 2020-05-09
* Handle non-prefix and prefix resources combinations
## [0.3.4] - 2020-04-17
* Add ResourcePath impl for &T where T: ResourcePath