-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug in go-whisper library: UpdateMany saves first point if many p…
…oints has identical timestamp
- Loading branch information
Showing
4 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
go-carbon (0.5.2) stable; urgency=low | ||
* Fix bug in go-whisper library: UpdateMany saves first point if many points | ||
has identical timestamp | ||
|
||
-- Roman Lomonosov <[email protected]> Fri, 10 Jul 2015 14:30:00 +0300 | ||
|
||
go-carbon (0.5.1) stable; urgency=low | ||
* Reduced error level of "bad messages" in tcp and pickle receivers. Now `info` | ||
* Configurable logging level. `log-level` option | ||
|