This commit is contained in:
Ryan Kelly 2016-07-02 10:25:52 +10:00
Родитель ab72b9bfa5
Коммит 935b509e92
1 изменённых файлов: 9 добавлений и 1 удалений

Просмотреть файл

@ -2,10 +2,18 @@
## 0.64.0 (2016-07-02)
#### Bug Fixes
* **scopes:** Dont treat `foo:write` as a sub-scope of `foo`. ([b4b30c29](https://github.com/mozilla/fxa-oauth-server/commit/b4b30c29))
<a name"0.64.0"></a>
## 0.64.0 (2016-07-02)
#### Bug Fixes
* **scopes:** Dont treat `foo:write` as a sub-scope of `foo`. ([fe2f1fef](https://github.com/mozilla/fxa-oauth-server/commit/fe2f1fef))
* **tokens:** Added scripts that purge expired access tokens. ([10bbb240](https://github.com/mozilla/fxa-oauth-server/commit/10bbb240))
<a name"0.61.0"></a>