Skip to content

Commit

Permalink
update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jvshahid committed Feb 5, 2014
1 parent b874144 commit 8dcf3f5
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
be used to update user flags, password, etc.
- Querying for column names that don't exist no longer throws an error.

## v0.4.1
## v0.4.1 [2014-01-30]

### Features

Expand All @@ -211,11 +211,22 @@

### Deprecated

## v0.4.2
## v0.4.3 [2014-01-31]

### Bugfixes

- [Issue #225](https://github.com/influxdb/influxdb/issues/225). Remove a hard limit on the points returned by the datastore
- [Issue #223](https://github.com/influxdb/influxdb/issues/223). Null values caused count(distinct()) to panic
- [Issue #224](https://github.com/influxdb/influxdb/issues/224). Null values broke replication due to protobuf limitation

## v0.4.4 [2014-02-05]

### Features

- Make the leveldb max open files configurable in the toml file

## v0.4.5 [unreleased]

### Bugfixes

### Features

0 comments on commit 8dcf3f5

Please sign in to comment.