Updated CHANGES.md

This commit is contained in:
Stuart Mitchell 2017-06-01 16:25:52 +12:00
parent 8006dfabeb
commit 998358049a
2 changed files with 7 additions and 5 deletions

View File

@ -2,8 +2,10 @@
## Unreleased ## Unreleased
## 0.9.4 (2017.06.01)
#### Improvements #### Improvements
- added a CITATION.md file
- re-frame now supports self-hosted ClojureScript at an alpha/unofficial/experimental level. It may be removed in the future if it causes problems elsewhere. [#325](https://github.com/Day8/re-frame/pull/325) - re-frame now supports self-hosted ClojureScript at an alpha/unofficial/experimental level. It may be removed in the future if it causes problems elsewhere. [#325](https://github.com/Day8/re-frame/pull/325)
## 0.9.3 (2017.05.15) ## 0.9.3 (2017.05.15)

View File

@ -1,13 +1,13 @@
To cite re-frame in publications, please use: To cite re-frame in publications, please use:
Thompson, M. (2017, June). Re-Frame: A Reagent Framework For Writing SPAs, in Clojurescript. Thompson, M. (2015, March). Re-Frame: A Reagent Framework For Writing SPAs, in Clojurescript.
Zenodo. http://doi.org/10.5281/zenodo.xxxxx Zenodo. http://doi.org/10.5281/zenodo.xxxxx
@misc{thompson_2017, @misc{thompson_2015,
author = {Thompson, Michael}, author = {Thompson, Michael},
title = {Re-Frame: A Reagent Framework For Writing SPAs, in Clojurescript.}, title = {Re-Frame: A Reagent Framework For Writing SPAs, in Clojurescript.},
month = jun, month = mar,
year = 2017, year = 2015,
doi = {10.5281/zenodo.xxxx}, doi = {10.5281/zenodo.xxxx},
url = {https://doi.org/10.5281/zenodo.xxxxx} url = {https://doi.org/10.5281/zenodo.xxxxx}
} }