update the changelog

pull/505/head
John Shahid 2014-05-02 13:29:53 -04:00
parent d75c71ad9a
commit 75741e9248
1 changed files with 2 additions and 1 deletions

View File

@ -3,13 +3,14 @@
### Feature
- [Issue #477](https://github.com/influxdb/influxdb/issues/477). Add a udp json interface
- [Issue #491](https://github.com/influxdb/influxdb/issues/491). Make initial root password settable through env variable
- [Issue #491](https://github.com/influxdb/influxdb/issues/491). Make initial root password settable through env variable (Thanks, Edward Muller)
### Bugfixes
- [Issue #469](https://github.com/influxdb/influxdb/issues/469). Drop continuous queries when a database is dropped
- [Issue #431](https://github.com/influxdb/influxdb/issues/431). Don't log to standard output if a log file is specified in the config file
- [Issue #483](https://github.com/influxdb/influxdb/issues/483). Return 409 if a database already exist (Thanks, Edward Muller)
- [Issue #490](https://github.com/influxdb/influxdb/issues/490). Database user password's cannot be changed (Thanks, Edward Muller)
## v0.5.12 [2014-04-29]