Update readme. Remove unnecessary macro from qdate_srv

This commit is contained in:
Jesse Gumm 2015-04-30 14:45:53 -05:00
parent bb33398614
commit 5fbbf93d4d
3 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,10 @@
## 0.4.0 (in-development)
* Remove dependency on a running server for tracking application state.
Instead, parsers and formats are registered to the application environment
vars (e.g. `application:get_env`), and timezones are registered to the
application environment or the process dictionary. A side-effect of this
change is that you can no longer query another process's timezone.
* Add basic date arithmetic (e.g. `qdate:add_hours/[1-2]`, etc).
* Add `get_formats()` and `get_parsers()` to see list of registered formats and
parsers.