Skip to content

Commit 18e7367

Browse files
committed
Update changelog
1 parent 1e9f5ee commit 18e7367

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## Unreleased
66
### Added
7-
- Added new `Values` term
7+
- Added `UUID` term
8+
- Added `Values` term
89
- Added `IncludeInitial` to `ChangesOpts`
910
- Added `UseJSONNumber` to `ConnectOpts` which changes the way the JSON unmarshal works when deserializing JSON with interface{}, it's preferred to use json.Number instead float64 as it preserves the original precision.
1011

1112
### Changed
1213
- Timezones from `time.Time` are now stored in the database, before all times were stored as UTC. To convert a go `time.Time` back to UTC you can call `t.In(time.UTC)`.
14+
- Improved host selection to use `hailocab/go-hostpool` to select nodes based on recent responses and timings.
1315

1416
## v1.1.4
1517
### Added

0 commit comments

Comments
 (0)