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
## 0.9.4 (2017.06.01)
#### 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)
## 0.9.3 (2017.05.15)

View File

@ -1,13 +1,13 @@
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
@misc{thompson_2017,
@misc{thompson_2015,
author = {Thompson, Michael},
title = {Re-Frame: A Reagent Framework For Writing SPAs, in Clojurescript.},
month = jun,
year = 2017,
month = mar,
year = 2015,
doi = {10.5281/zenodo.xxxx},
url = {https://doi.org/10.5281/zenodo.xxxxx}
}