Commit Graph

998 Commits

Author SHA1 Message Date
James Phillips 23e5dba7d8
Updates the change log. 2017-12-05 20:33:14 -08:00
James Phillips 9e9690f0be
Updates the change log. 2017-11-29 10:39:13 -08:00
James Phillips 68b698993f
Updated memberlist to fix negative RTT measurements.
Fixes #3704
2017-11-21 01:37:49 -08:00
James Phillips a928c88704
Puts the tree into 1.0.2 dev mode. 2017-11-20 14:46:12 -08:00
James Phillips 462876e521
Puts the tree into 1.0.1 release mode. 2017-11-20 13:55:07 -08:00
James Phillips 3b73a2d119
Updates the change log. 2017-11-20 08:55:18 -08:00
James Phillips 119b7a7afe
Update CHANGELOG.md 2017-11-16 11:16:22 -08:00
James Phillips c4e6a312e6
Updates the change log.g 2017-11-10 13:52:32 -08:00
James Phillips 75d656a3c2
Updates the change log. 2017-11-10 12:54:43 -08:00
James Phillips cb0eb97a47
Updates the change log. 2017-11-10 12:28:36 -08:00
James Phillips 0759df74e0
Updates the change log. 2017-11-10 09:45:49 -08:00
James Phillips 707d68ba92
Update CHANGELOG.md 2017-11-08 23:25:27 -08:00
James Phillips df446f6d81
Update CHANGELOG.md 2017-11-08 20:06:16 -08:00
James Phillips 4cf01bef1b
Updates the change log. 2017-11-07 18:29:17 -08:00
James Phillips 5369f97a46
Adds doc links to the change log. 2017-11-07 18:25:16 -08:00
James Phillips 190f71176d
Updates the change log. 2017-11-07 18:24:06 -08:00
James Phillips c85c2269d3
Updates the change log. 2017-11-07 18:15:35 -08:00
James Phillips e2367de05d
Updates the change log. 2017-11-07 16:35:36 -08:00
James Phillips 22ec30df9b
Update CHANGELOG.md 2017-11-07 15:08:39 -08:00
Jason Martin 7346311020
Update CHANGELOG, as GH-3343 references RFC1464 not 1434. 2017-11-03 07:29:39 -07:00
James Phillips d55ddd1580
Updates the change log. 2017-10-31 17:07:20 -07:00
James Phillips 80ddc085c9
Updates the change log. 2017-10-31 15:32:22 -07:00
James Phillips b8622f2970
Updates the change log. 2017-10-31 15:07:47 -07:00
James Phillips 7432fd6d50
Updates the change log. 2017-10-31 13:21:25 -07:00
Frank Schroeder b6ca9d25ca
Update CHANGELOG.md 2017-10-26 19:59:57 +02:00
Frank Schroeder b96d4f5af4
Update CHANGELOG.md 2017-10-26 19:58:38 +02:00
James Phillips cf0336228b Update CHANGELOG.md 2017-10-23 22:54:37 -07:00
James Phillips d82cfc3b81 Update CHANGELOG.md 2017-10-23 22:53:29 -07:00
James Phillips d8bb6074e4 Update CHANGELOG.md 2017-10-23 08:58:49 -07:00
Frank Schroeder 9d733d8860
Update CHANGELOG.md 2017-10-23 16:44:32 +02:00
James Phillips e38d53f3c2 Update CHANGELOG.md 2017-10-21 20:03:58 -07:00
preetapan 164baa853e Update CHANGELOG.md 2017-10-21 21:30:04 -05:00
preetapan 75b02e3baf Update CHANGELOG.md 2017-10-21 21:28:58 -05:00
preetapan 669c109d27 Update CHANGELOG.md 2017-10-21 21:08:34 -05:00
preetapan 3ef628387a Update CHANGELOG.md 2017-10-21 21:07:30 -05:00
James Phillips 1fc174ff8c
Updates the change log. 2017-10-20 16:51:43 -07:00
Preetha Appan 32b23575f0 Update CHANGELOG.md 2017-10-20 10:18:19 -05:00
Preetha Appan bb23d44469 Update CHANGELOG.md 2017-10-19 12:59:12 -05:00
James Phillips e6a4efa67b
Updates the change log. 2017-10-18 11:32:53 -07:00
James Phillips 8a50327a96
Puts the tree in 1.0 final release mode. 2017-10-16 09:16:52 -07:00
James Phillips 39f2359804 Fixes an XSS issue with unescaped node names. (#3578)
* Fixes an XSS issue with node names in the tomography graph.

* Updates built-in static web assets.

* Updates the change log.
2017-10-16 09:12:36 -07:00
James Phillips eb916860ca
Adds a 1.0 section to the upgrade guide and cleans up the change log. 2017-10-13 16:46:36 -07:00
James Phillips 7ec211dcfd
Updates the change log. 2017-10-11 11:59:35 -07:00
James Phillips 144a938bcc
Updates the change log. 2017-10-11 07:45:42 -07:00
Frank Schröder 9b2e3c2091 agent: add option to discard health output (#3562)
* agent: add option to discard health output

In high volatile environments consul will have checks with "noisy"
output which changes every time even though the status does not change.
Since the output is stored in the raft log every health check update
unblocks a blocking call on health checks since the raft index has
changed even though the status of the health checks may not have changed
at all. By discarding the output of the health checks the users can
choose a different tradeoff. Less visibility on why a check failed in
exchange for a reduced change rate on the raft log.

* agent: discard output also when adding a check

* agent: add test for discard check output

* agent: update docs

* go vet

* Adds discard_check_output to reloadable config table.

* Updates the change log.
2017-10-10 17:04:52 -07:00
preetapan f6066f8305 Fixes agent error handling when check definition is invalid. Distingu… (#3560)
* Fixes agent error handling when check definition is invalid. Distinguishes between empty checks vs invalid checks

* Made CheckTypes return Checks from service definition struct rather than a new copy, and other changes from code review. This also errors when json payload contains empty structs

* Simplify and improve validate method, and make sure that CheckTypes always returns a new copy of validated check definitions

* Tweaks some small style things and error messages.

* Updates the change log.
2017-10-10 16:54:06 -07:00
James Phillips cf21e0bcf5
Updates the change log. 2017-10-10 15:24:10 -07:00
James Phillips dff7aab526
Updates the change log. 2017-10-06 14:17:21 -07:00
Preetha Appan e677d309f9 Updating CHANGELOG.md 2017-10-06 16:10:35 -05:00
James Phillips 906bd41a5c
Updates the change log. 2017-10-06 11:36:03 -07:00
James Phillips 533ec86a40
Updates the change log. 2017-10-06 07:57:22 -07:00
James Phillips 406bad36bd
Updates the change log. 2017-10-05 09:30:56 -07:00
Frank Schroeder c467efe4b9
Update CHANGELOG.md 2017-10-05 18:14:26 +02:00
James Phillips ca89deb178
Updates the change log. 2017-10-04 22:59:22 -07:00
James Phillips b61ec82b2f Update CHANGELOG.md 2017-10-04 19:48:34 -07:00
James Phillips 03f6cdeefe
Updates the change log. 2017-10-04 19:47:44 -07:00
Kyle Havlovitz d464f3aff5 Update CHANGELOG.md 2017-10-04 17:48:30 -07:00
James Phillips c5a7d2871e Update CHANGELOG.md 2017-10-04 16:51:49 -07:00
James Phillips 459cc7bc6c Update CHANGELOG.md 2017-10-04 16:51:11 -07:00
Frank Schröder 7b2ef00d03 Make GH-xxxx issue numbers clickable. (#3533) 2017-10-04 11:57:03 -07:00
Frank Schroeder 248f6f97ed
Revert "Test using issue numbers in CHANGELOG"
This reverts commit 3d069781ff2a63bb020d93f7089874c317449057.
2017-10-04 20:32:58 +02:00
Frank Schröder f7b8c357f7 Test using issue numbers in CHANGELOG 2017-10-04 20:29:14 +02:00
Frank Schroeder 0e077e7fa1
Revert "Test using github links in CHANGELOG"
This reverts commit e72ff5dd43db1e58ec52d7ac2f7ab5b20f4054ba.
2017-10-04 20:23:10 +02:00
Frank Schröder b767d1aae6 Test using github links in CHANGELOG 2017-10-04 20:21:59 +02:00
James Phillips c9fd08a94c Update CHANGELOG.md 2017-10-04 10:48:30 -07:00
Frank Schroeder f1559c73e4
Update CHANGELOG.md 2017-10-04 19:20:56 +02:00
James Phillips 64adc44583 Update CHANGELOG.md 2017-10-04 09:55:15 -07:00
Preetha Appan 80134b394a Update CHANGELOG.md 2017-10-04 10:46:36 -05:00
James Phillips 0c00d980aa Update CHANGELOG.md 2017-09-29 12:00:56 -07:00
Frank Schroeder 5bd5917d0e
Update CHANGELOG.md 2017-09-29 20:56:01 +02:00
preetapan 34b6fe3eee Update CHANGELOG,md 2017-09-28 21:26:31 -05:00
Preetha Appan de638ed2ba Update CHANGELOG.md with operator API endpoints whose http verb enforcement behavior change with 1.0 2017-09-28 21:15:15 -05:00
James Phillips ea52a12990 Update CHANGELOG.md 2017-09-28 15:40:07 -07:00
Frank Schroeder 0735c4db1b
Update CHANGELOG.md 2017-09-28 12:49:37 +02:00
James Phillips b293b261e5 Update CHANGELOG.md 2017-09-27 23:40:00 -07:00
James Phillips d9f085f18d Update CHANGELOG.md 2017-09-27 17:56:24 -07:00
James Phillips c9aed0d0ec Update CHANGELOG.md 2017-09-27 16:16:49 -07:00
James Phillips 086e2cd6b1 Update CHANGELOG.md 2017-09-27 16:11:40 -07:00
James Phillips f245beee13 Update CHANGELOG.md 2017-09-27 16:10:58 -07:00
James Phillips ea68f9bbfa Update CHANGELOG.md 2017-09-27 16:09:40 -07:00
James Phillips 664442cc5d Update CHANGELOG.md 2017-09-27 16:09:20 -07:00
James Phillips 05078a8ab4 Update CHANGELOG.md 2017-09-27 16:09:03 -07:00
James Phillips eea86084ae Update CHANGELOG.md 2017-09-27 16:08:22 -07:00
James Phillips 2ff9885935 Update CHANGELOG.md 2017-09-27 15:48:24 -07:00
James Phillips 8c8a783dfa Update CHANGELOG.md 2017-09-27 15:47:52 -07:00
James Phillips 2b8496e340 Update CHANGELOG.md 2017-09-27 15:40:48 -07:00
James Phillips 92ff57537c Update CHANGELOG.md 2017-09-27 15:38:52 -07:00
James Phillips d8d4d300c3 Update CHANGELOG.md 2017-09-27 15:35:35 -07:00
James Phillips 7dc906cb59 Update CHANGELOG.md 2017-09-26 20:50:38 -07:00
James Phillips 949081d323 Update CHANGELOG.md 2017-09-26 17:52:47 -07:00
Frank Schröder 707f8e329a Metrics service prefix (#3498)
* metrics: replace statsite_prefix with service_prefix

The metrics prefix isn't statsite specific and is in fact used
for all metrics providers. Since we are deprecating fields
anyway we should fix this one as well.

Fixes #3293

* Updates docs and sorts telemetry section.

* Renames to "metrics_prefix" to disambiguate with Consul services.

* Updates the change log.
2017-09-26 17:49:55 -07:00
James Phillips e9842e178a Update CHANGELOG.md 2017-09-26 15:24:36 -07:00
Kyle Havlovitz 2255dbc39b Update CHANGELOG.md 2017-09-26 13:49:07 -07:00
Preetha Appan 6bf4f28399 Update CHANGELOG.md 2017-09-26 11:59:11 -05:00
James Phillips 3a4241e59e Update CHANGELOG.md 2017-09-25 23:45:23 -07:00
James Phillips 180c52eab9 Update CHANGELOG.md 2017-09-25 23:44:42 -07:00
James Phillips 82925683b0 Update CHANGELOG.md 2017-09-25 23:44:11 -07:00
James Phillips a2336f4649 Update CHANGELOG.md 2017-09-25 23:12:20 -07:00
James Phillips d8d1e2a394 Update CHANGELOG.md 2017-09-25 23:12:03 -07:00
Frank Schröder c7cc62ab5a agent: consolidate handling of 405 Method Not Allowed (#3405)
* agent: consolidate http method not allowed checks

This patch uses the error handling of the http handlers to handle HTTP
method not allowed errors across all available endpoints. It also adds a
test for testing whether the endpoints respond with the correct status
code.

* agent: do not panic on metrics tests

* agent: drop other tests for MethodNotAllowed

* agent: align /agent/join with reality

/agent/join uses PUT instead of GET as documented.

* agent: align /agent/check/{fail,warn,pass} with reality

/agent/check/{fail,warn,pass} uses PUT instead of GET as documented.

* fix some tests

* Drop more tests for method not allowed

* Align TestAgent_RegisterService_InvalidAddress with reality

* Changes API client join to use PUT instead of GET.

* Fixes agent endpoint verbs and removes obsolete tests.

* Updates the change log.
2017-09-25 23:11:19 -07:00
James Phillips fcaa889116 Bumps default Raft protocol to version 3. (#3477)
* Changes default Raft protocol to 3.

* Changes numPeers() to report only voters.

This should have been there before, but it's more obvious that this
is incorrect now that we default the Raft protocol to 3, which puts
new servers in a read-only state while Autopilot waits for them to
become healthy.

* Fixes TestLeader_RollRaftServer.

* Fixes TestOperator_RaftRemovePeerByAddress.

* Fixes TestServer_*.

Relaxed the check for a given number of voter peers and instead do
a thorough check that all servers see each other in their Raft
configurations.

* Fixes TestACL_*.

These now just check for Raft replication to be set up, and don't
care about the number of voter peers.

* Fixes TestOperator_Raft_ListPeers.

* Fixes TestAutopilot_CleanupDeadServerPeriodic.

* Fixes TestCatalog_ListNodes_ConsistentRead_Fail.

* Fixes TestLeader_ChangeServerID and adjusts the conn pool to throw away
sockets when it sees io.EOF.

* Changes version to 1.0.0 in the options doc.

* Makes metrics test more deterministic with autopilot metrics possible.
2017-09-25 15:27:04 -07:00
James Phillips 687da35244
Tweaks some versions around 1.0.0. 2017-09-25 13:47:45 -07:00
Frank Schroeder 8b517841ae
Update CHANGELOG 2017-09-25 03:19:05 +02:00
James Phillips f51b8d291b
Puts tree in 0.9.4 dev mode. 2017-09-08 11:13:20 -07:00
James Phillips 9a4ed967c1
Puts the tree in 0.9.3 release mode. 2017-09-08 09:34:55 -07:00
James Phillips e0f1e18aa1 Update CHANGELOG.md 2017-09-06 22:40:03 -07:00
preetapan 69bebb2a99 Fixed typo in CHANGELOG.md 2017-09-06 17:12:36 -05:00
James Phillips 1b2d1720ed Update CHANGELOG.md 2017-09-06 13:39:33 -07:00
James Phillips 676a34efbd Update CHANGELOG.md 2017-09-06 07:38:16 -07:00
James Phillips 2bd064cbf5 Update CHANGELOG.md 2017-09-01 15:18:14 -07:00
James Phillips f07b244d71 Update CHANGELOG.md 2017-09-01 15:17:35 -07:00
Kyle Havlovitz d6b34aded0 Update CHANGELOG.md 2017-09-01 12:44:08 -07:00
James Phillips 2f846f4be8 Update CHANGELOG.md 2017-09-01 11:12:43 -07:00
James Phillips 669eb9eb4c Update CHANGELOG.md 2017-09-01 11:10:08 -07:00
Preetha Appan 0728a04dbb Wire server provider for raft layer only on protocol version 3 and above, and update changelog 2017-08-30 14:36:47 -05:00
James Phillips 230f1b2333
Updates the change log. 2017-08-29 15:33:48 -07:00
James Phillips 520dbd1838 Update CHANGELOG.md 2017-08-25 00:14:44 -07:00
Preetha Appan 9419990855 Updating CHANGELOG 2017-08-24 16:50:22 -05:00
James Phillips c558067783 Update CHANGELOG.md 2017-08-23 14:37:39 -07:00
Frank Schroeder 4dea401e8f
Update CHANGELOG.md 2017-08-23 22:40:43 +02:00
James Phillips 828dec4df6 Update CHANGELOG.md 2017-08-21 15:31:40 -07:00
James Phillips 586dc3c7f4 Update CHANGELOG.md 2017-08-21 15:31:24 -07:00
Preetha Appan e1181e3dac Update CHANGELOG.md 2017-08-18 11:22:35 -05:00
Preetha Appan 9419cecb1d Update CHANGELOG.md 2017-08-16 09:39:10 -05:00
James Phillips 738ac55d96
Switches to using a read lock for the agent's RPC dispatcher.
This prevents RPC calls from getting serialized in this spot.

Fixes #3376
2017-08-09 18:51:55 -07:00
James Phillips b967ff2fbb
Puts tree in 0.9.3 dev mode. 2017-08-09 18:33:57 -07:00
James Phillips a92a236be3 Update CHANGELOG.md 2017-08-09 16:19:36 -07:00
James Phillips 075013e700 Update CHANGELOG.md 2017-08-09 15:30:52 -07:00
James Phillips 0f0304f464
Puts tree into 0.9.2 dev mode. 2017-08-08 23:22:19 -07:00
James Phillips 02c719ed20
Puts the tree into 0.9.1 release mode. 2017-08-08 21:53:28 -07:00
James Phillips 859f7cba0c Update CHANGELOG.md 2017-08-08 16:28:03 -07:00
Kyle Havlovitz bc05457fd9 Update CHANGELOG.md 2017-08-08 14:01:51 -07:00
Kyle Havlovitz 991e910002 Update CHANGELOG.md 2017-08-08 14:01:33 -07:00
Preetha Appan 4a9eff6298 Update CHANGELOG.md 2017-08-08 09:54:45 -05:00
James Phillips 6d685e593f Update CHANGELOG.md 2017-08-07 16:37:56 -07:00
Preetha Appan 32ae6c814e Updated CHANGELOG.md 2017-08-04 10:44:36 -05:00
James Phillips 710c4b0d41 Update CHANGELOG.md 2017-08-03 18:37:27 -07:00
James Phillips b9e622baae Update CHANGELOG.md 2017-08-03 18:37:12 -07:00
James Phillips 6881d45fc1 Update CHANGELOG.md 2017-08-03 18:37:02 -07:00
James Phillips 0a2c183691 Update CHANGELOG.md 2017-08-03 18:33:18 -07:00
James Phillips 2683dcc25f Update CHANGELOG.md 2017-08-03 18:32:40 -07:00
James Phillips 673e190663 Update CHANGELOG.md 2017-08-03 15:44:17 -07:00
Frank Schroeder 4c5f6a555d
Update CHANGELOG.md 2017-08-03 21:36:48 +02:00
James Phillips 80603ce2a6 Update CHANGELOG.md 2017-08-02 17:09:01 -07:00
Miguel Prokop ea6d610dee agent: Fix script quoting on windows (#1875)
This patch fixes the quoting for executing scripts on windows
and splits the platform dependent code.

Fixes #1875
2017-08-02 17:01:21 +02:00
James Phillips d4a53b8cbc Adds missing Oxford comma :-) 2017-08-01 08:00:56 -07:00
Frank Schroeder c2c070417e
Update CHANGELOG.md 2017-08-01 11:47:54 +02:00
Preetha Appan 86bfb0c464 Update CHANGELOG.md 2017-07-31 17:45:30 -05:00
James Phillips 720ca04664 s/nodes/keys/ 2017-07-28 16:42:15 -07:00
Preetha Appan 8e8f143d58 Updated CHANGELOG.md to include GH#3322, and moved recursive delete fix to the improvements section. 2017-07-28 18:01:11 -05:00
James Phillips 357c50c86e Update CHANGELOG.md 2017-07-26 22:49:22 -07:00
James Phillips f4daf8a84c Update CHANGELOG.md 2017-07-26 22:10:27 -07:00
James Phillips 1ce5a2a942 Update CHANGELOG.md 2017-07-26 15:42:30 -07:00
James Phillips 764042957f Update CHANGELOG.md 2017-07-26 11:12:04 -07:00
James Phillips 38923c3733 Update CHANGELOG.md 2017-07-26 11:07:41 -07:00
Preetha Appan 4bc83c69a7 Update CHANGELOG.md 2017-07-26 09:42:28 -05:00
Preetha Appan c08ff6c8ae Clean up temporary files on write errors, and ignore any temporary service files on load with a warning. This fixes #3207 2017-07-24 12:42:51 -05:00
James Phillips a7842dc688
Puts the tree in 0.9.1 dev mode. 2017-07-19 20:57:10 -07:00
James Phillips b232a3dd48
Puts the tree in 0.9.0 release mode. 2017-07-19 19:55:49 -07:00
James Phillips ae77454d8c Update CHANGELOG.md 2017-07-19 17:14:38 -07:00
James Phillips 7e3d6ab2cb Update CHANGELOG.md 2017-07-19 15:29:56 -07:00
Preetha Appan 5588da7270 Update CHANGELOG.md 2017-07-18 18:42:29 -05:00
James Phillips b9db439fa5 Update CHANGELOG.md 2017-07-18 15:15:16 -07:00
Kyle Havlovitz ec988ca122 Update CHANGELOG.md 2017-07-18 15:02:15 -07:00
Frank Schroeder bdc21a3986
Update CHANGELOG.md 2017-07-18 21:02:14 +02:00
Frank Schroeder 1bc0acf437
Update CHANGELOG.md 2017-07-18 20:26:49 +02:00
Frank Schroeder 525362d614
Update CHANGELOG.md 2017-07-18 09:12:47 +02:00
James Phillips 16570bf189 Update CHANGELOG.md 2017-07-17 22:15:19 -07:00
James Phillips 1a8f4296df Update CHANGELOG.md 2017-07-17 12:55:52 -07:00
James Phillips 861063d3a4 Update CHANGELOG.md 2017-07-17 12:50:53 -07:00
James Phillips a449af9eb8 Update CHANGELOG.md 2017-07-17 12:50:33 -07:00
James Phillips 9eb17dc37f Update CHANGELOG.md 2017-07-17 12:05:22 -07:00
James Phillips 096003df5a Update CHANGELOG.md 2017-07-17 00:02:27 -07:00
James Phillips 08b490df9c Update CHANGELOG.md 2017-07-16 21:14:31 -07:00
James Phillips 1035029b0a Update CHANGELOG.md 2017-07-16 20:09:49 -07:00
James Phillips e1861c581e Update CHANGELOG.md 2017-07-16 14:30:22 -07:00
James Phillips 6cba31df99 Update CHANGELOG.md 2017-07-16 14:28:16 -07:00
James Phillips 510c3ab6dc Update CHANGELOG.md 2017-07-15 00:09:04 -07:00
James Phillips 8b0e14ade4 Update CHANGELOG.md 2017-07-14 20:45:07 -07:00
Kyle Havlovitz 2dc0231374 Update CHANGELOG.md 2017-07-14 17:53:44 -07:00
James Phillips 9e93ef94f1 Update CHANGELOG.md 2017-07-14 17:32:09 -07:00
James Phillips 1f8c79cdb5 Update CHANGELOG.md 2017-07-14 16:32:49 -07:00
James Phillips cbd3ec8f0c Update CHANGELOG.md 2017-07-14 12:51:35 -07:00
James Phillips 26ca0327e2 Update CHANGELOG.md 2017-07-14 12:51:19 -07:00
James Phillips 21948e0747 Update CHANGELOG.md 2017-07-13 22:39:03 -07:00
James Phillips 22147b336d Update CHANGELOG.md 2017-07-13 22:37:12 -07:00
James Phillips 91f293b251 Update CHANGELOG.md 2017-07-11 10:03:42 -07:00
James Phillips 8cb44c8eb2 Update CHANGELOG.md 2017-07-10 13:54:41 -07:00
James Phillips 8e4749139d Update CHANGELOG.md 2017-07-10 09:42:18 -07:00
James Phillips 8a52ae9d03 Update CHANGELOG.md 2017-07-08 17:28:50 -07:00
James Phillips b8f003e512 Update CHANGELOG.md 2017-07-08 17:18:23 -07:00
James Phillips c08967c42d Update CHANGELOG.md 2017-07-07 12:34:53 -07:00
Frank Schroeder 659102c95e
Update CHANGELOG.md 2017-07-07 13:41:02 +02:00
James Phillips b45f49c230 Update CHANGELOG.md 2017-07-06 09:46:26 -07:00
Preetha Appan d263d0266b Updating CHANGELOG.md 2017-07-06 09:19:22 -05:00
James Phillips cb89e7eff1 Update CHANGELOG.md 2017-06-29 16:27:17 -07:00
James Phillips 4f90d6d3f7 Update CHANGELOG.md 2017-06-29 14:28:54 -07:00
James Phillips 0417cdd7b9 Update CHANGELOG.md 2017-06-28 20:18:24 -07:00
James Phillips d724851848 Update CHANGELOG.md 2017-06-27 18:48:18 -07:00
Preetha Appan 02a5d0a99b Updating CHANGELOG.md 2017-06-27 16:28:48 -05:00
James Phillips 37d60fe11b
Puts the tree back in 0.9.0 dev mode. 2017-06-27 11:18:45 -07:00
James Phillips 0fc1c628fa
Puts tree into 0.8.5 release mode. 2017-06-27 09:25:38 -07:00
James Phillips 9b4d616d3a Update CHANGELOG.md 2017-06-26 22:44:23 -07:00
James Phillips d8963aac9c Update CHANGELOG.md 2017-06-26 21:25:56 -07:00
James Phillips 6046533853 Update CHANGELOG.md 2017-06-24 15:21:55 -07:00
James Phillips 9dc0656284 Update CHANGELOG.md 2017-06-24 12:55:45 -07:00
James Phillips 8142fb73b3 Update CHANGELOG.md 2017-06-24 09:42:08 -07:00
James Phillips 635b90c298 Update CHANGELOG.md 2017-06-24 09:41:56 -07:00
James Phillips c4140c485e Update CHANGELOG.md 2017-06-23 01:17:46 -07:00
James Phillips 5a88c33156 Update CHANGELOG.md 2017-06-22 16:55:42 -07:00
Kyle Havlovitz 9d22b5201d Update CHANGELOG.md 2017-06-22 14:46:26 -07:00
Frank Schroeder 7871337e28
Update CHANGELOG.md 2017-06-22 10:36:51 +02:00
Preetha Appan 7e86f4e746 Update CHANGELOG with consul enterprise static snapshot name feature 2017-06-21 20:48:23 -05:00
James Phillips 6e8b3bb7f7 Update CHANGELOG.md 2017-06-21 15:38:16 -07:00
James Phillips e91aacbe42 Update CHANGELOG.md 2017-06-20 21:46:48 -07:00
Frank Schroeder 3867797170
Update CHANGELOG.md 2017-06-21 06:45:12 +02:00
Frank Schroeder 57e240d136
Update CHANGELOG.md 2017-06-21 06:34:28 +02:00
James Phillips c553555804 Update CHANGELOG.md 2017-06-20 17:59:16 -07:00
Kyle Havlovitz 2f6abb9532 Create CHANGELOG.md 2017-06-15 15:29:58 -07:00
vijay rama raju samanuri 87de6959d1 Typo in CHANGELOG (#3149) 2017-06-15 07:23:21 -07:00
James Phillips bb20c5b3d7 Create CHANGELOG.md 2017-06-14 16:25:20 -07:00
James Phillips 57a9a9ef65 Update CHANGELOG.md 2017-06-09 21:11:16 -07:00
James Phillips 4967d1a27b Create CHANGELOG.md 2017-06-09 15:51:50 -07:00
Seth Vargo 7947cc1335
Update CHANGELOG 2017-06-09 15:13:28 -04:00
James Phillips 2f2131bab4
Puts the tree into 0.9.0 dev mode. 2017-06-09 08:27:15 -07:00
James Phillips 883d70651e
Puts the tree into 0.8.4. release mode. 2017-06-09 07:34:00 -07:00
James Phillips 40988edbda Create CHANGELOG.md 2017-06-08 13:16:32 -07:00
Preetha Appan b71c263175 Updated changelog 2017-06-08 13:04:53 -07:00
James Phillips efa2fd42e1 Create CHANGELOG.md 2017-06-08 07:25:19 -07:00
James Phillips 303a9040aa Create CHANGELOG.md 2017-06-08 07:24:42 -07:00
James Phillips 911fe07580 Create CHANGELOG.md 2017-06-08 07:22:29 -07:00
James Phillips a634eb7b21 Update CHANGELOG.md 2017-06-07 10:42:55 -07:00
James Phillips a62dfd8fa4 Update CHANGELOG.md 2017-06-07 10:39:51 -07:00
Frank Schroeder 3e7d84fbd9
Update CHANGELOG.md 2017-06-07 09:53:11 +02:00
James Phillips 210bbd2956 Update CHANGELOG.md 2017-06-02 21:45:14 -07:00
James Phillips 20662ea11f Update CHANGELOG.md 2017-06-02 21:45:03 -07:00
James Phillips 0da9d97710 Update CHANGELOG.md 2017-06-02 09:33:58 -07:00
James Phillips 177a299999 Update CHANGELOG.md 2017-06-02 09:07:31 -07:00
Kyle Havlovitz 35f7e3cbe0 Update CHANGELOG.md 2017-05-30 08:52:51 -07:00
James Phillips f2ce5bd786 Update CHANGELOG.md 2017-05-25 22:05:37 -07:00
James Phillips bd975c3d22 Update CHANGELOG.md 2017-05-25 22:05:25 -07:00
James Phillips 1f8248cca0 Update CHANGELOG.md 2017-05-24 20:57:11 -07:00
Frank Schroeder 2a5fa52db0
Update CHANGELOG.md 2017-05-24 11:11:21 +02:00
James Phillips 4ee2d7ec3e Update CHANGELOG.md 2017-05-23 16:54:49 -07:00
James Phillips b2e44ed51b Update CHANGELOG.md 2017-05-18 10:29:51 -04:00
James Phillips 14b2bcb29a Update CHANGELOG.md 2017-05-18 10:27:06 -04:00
Frank Schroeder e31906bae4
Update CHANGELOG.md 2017-05-17 20:23:09 +02:00
Frank Schroeder 0c6dc1bbf9
Update CHANGELOG.md 2017-05-15 17:53:30 +02:00
James Phillips 6ca0f290a6
Puts the tree in version 0.8.4 dev mode. 2017-05-11 18:52:37 -07:00
James Phillips d2fa6ba44d Update CHANGELOG.md 2017-05-10 17:02:44 -07:00
James Phillips 35f202b977 Update CHANGELOG.md 2017-05-10 17:02:34 -07:00
Kyle Havlovitz e5e34c0c38 Update CHANGELOG.md 2017-05-10 14:28:12 -07:00
Kyle Havlovitz 62933b0150 Update CHANGELOG.md 2017-05-10 14:27:27 -07:00
James Phillips ff561b279e Update CHANGELOG.md 2017-05-09 18:46:51 -07:00
James Phillips f31f724361 Update CHANGELOG.md 2017-05-09 11:48:23 -07:00
Kyle Havlovitz 1618f2f878 Update CHANGELOG.md 2017-05-09 11:35:24 -07:00
James Phillips 2f5cc75a4e Update CHANGELOG.md 2017-05-09 11:05:28 -07:00
James Phillips b80633765b
Puts tree into 0.8.3 development mode. 2017-05-09 07:41:56 -07:00
James Phillips 9c4d65c3da
Puts tree into 0.8.2 release mode. 2017-05-09 06:58:29 -07:00
James Phillips dd81668875 Update CHANGELOG.md 2017-05-08 20:44:20 -07:00
James Phillips 47de638fb8 Update CHANGELOG.md 2017-05-05 08:53:49 -07:00
James Phillips 4f9b82d51b Update CHANGELOG.md 2017-05-04 14:37:49 -07:00
James Phillips 1be6e3cf80 Update CHANGELOG.md 2017-05-04 10:36:08 -07:00
Frank Schroeder 7f745951f4
Update CHANGELOG.md 2017-05-04 01:50:59 +02:00
James Phillips c73203d335 Update CHANGELOG.md 2017-05-02 10:47:36 -07:00
James Phillips 1ffb98cc38 Update CHANGELOG.md 2017-04-28 18:49:38 -07:00
James Phillips 1009f2641a Update CHANGELOG.md 2017-04-28 16:20:45 -07:00
Kyle Havlovitz 71f5f5f514 Update CHANGELOG.md 2017-04-28 16:17:31 -07:00
Frank Schroeder 795664514c
Update CHANGELOG.md 2017-04-28 14:45:40 -07:00
James Phillips 4130d73e60 Update CHANGELOG.md 2017-04-28 09:10:52 -07:00
Kyle Havlovitz ae41dd0bc2 Update CHANGELOG.md 2017-04-27 12:02:34 -07:00
James Phillips 9fee40029e Update CHANGELOG.md 2017-04-25 16:51:42 -07:00
Frank Schroeder 2b2bec8f0a
Update CHANGELOG 2017-04-25 09:30:24 -07:00
James Phillips 46df6f6950 Update CHANGELOG.md 2017-04-19 15:28:51 -07:00
Kyle Havlovitz 8988e2ebd7 Update CHANGELOG.md 2017-04-19 15:03:02 -07:00
Frank Schroeder e3398bea0c
Update CHANGELOG 2017-04-18 05:08:15 -07:00
James Phillips 8c1be42b71 Update CHANGELOG.md 2017-04-17 17:31:58 -07:00
James Phillips 2cf0f17e78
Puts the tree in 0.8.2 dev mode. 2017-04-17 12:05:23 -07:00
James Phillips 5d869f51d5
Puts the tree in 0.8.1 release mode. 2017-04-17 10:37:25 -07:00
Kyle Havlovitz 107ae91d17 Update CHANGELOG.md 2017-04-14 14:57:09 -07:00
James Phillips 6445371422 Update CHANGELOG.md 2017-04-13 20:11:06 -07:00
James Phillips c1faa792d3 Update CHANGELOG.md 2017-04-13 16:54:35 -07:00
James Phillips 178cf57e4c Update CHANGELOG.md 2017-04-13 14:45:38 -07:00
James Phillips b5c60616ca Update CHANGELOG.md 2017-04-13 14:31:28 -07:00
Kyle Havlovitz fc554e44fc Update CHANGELOG.md 2017-04-13 10:58:06 -07:00
James Phillips 709d2a1212 Update CHANGELOG.md 2017-04-13 10:51:19 -07:00
James Phillips 1b78e9e6b1 Update CHANGELOG.md 2017-04-12 16:08:58 -07:00
James Phillips 5d9f6c065c Update CHANGELOG.md 2017-04-12 10:05:50 -07:00
James Phillips 3249bf99fb Update CHANGELOG.md 2017-04-11 19:05:19 -07:00
James Phillips b039215919 Update CHANGELOG.md 2017-04-11 10:09:41 -07:00
James Phillips 841c6eb41a Update CHANGELOG.md 2017-04-05 06:20:35 -07:00
James Phillips 4a576774a0
Puts the tree back in dev mode. 2017-04-04 22:09:05 -07:00
James Phillips 64ec4428be
Puts the tree into release mode. 2017-04-04 21:15:46 -07:00
Seth Vargo b3cd9acdae
Link to new api 2017-04-04 12:52:00 -04:00
Kyle Havlovitz df4f06d851 Update CHANGELOG.md 2017-03-30 15:54:21 -07:00
James Phillips cd4b8f10e3 Update CHANGELOG.md 2017-03-30 10:30:51 -07:00
Kyle Havlovitz 61557e80ca Update CHANGELOG.md 2017-03-30 10:15:36 -07:00
James Phillips da9da01841 Update CHANGELOG.md 2017-03-29 17:38:30 -07:00
James Phillips f93e758650
Updates change log and upgrade guide with details about #2844. 2017-03-29 13:05:57 -07:00
James Phillips 88662c9880 Update CHANGELOG.md 2017-03-28 12:02:19 -07:00
James Phillips 58419c4f76 Update CHANGELOG.md 2017-03-27 23:34:48 -07:00
James Phillips cc26053acd
Updates the change log for advanced autopilot and network areas. 2017-03-27 16:25:46 -07:00
James Phillips b7207b1733 Update CHANGELOG.md 2017-03-27 09:04:40 -07:00
James Phillips b4f90a1c49 Update CHANGELOG.md 2017-03-27 09:02:54 -07:00
James Phillips 32beea5cb8 Update CHANGELOG.md 2017-03-24 17:48:50 -07:00
James Phillips dce97f3a8e Update CHANGELOG.md 2017-03-24 17:48:30 -07:00
James Phillips 9f1c8338e3 Update CHANGELOG.md 2017-03-24 17:44:05 -07:00
James Phillips 0eed0e57d2 Update CHANGELOG.md 2017-03-23 15:58:46 -07:00
James Phillips 663a36d39c Update CHANGELOG.md 2017-03-20 16:28:38 -07:00
James Phillips 0c60641145 Update CHANGELOG.md 2017-03-17 15:16:57 -07:00
James Phillips 16b9df180f Update CHANGELOG.md 2017-03-14 17:53:31 -07:00
Kyle Havlovitz 99db8f2f2a Update CHANGELOG.md 2017-03-10 15:35:18 -08:00
Kyle Havlovitz 1b695818c7 Update CHANGELOG.md 2017-03-10 12:47:58 -08:00
James Phillips cca7f8d125 Update CHANGELOG.md 2017-03-09 09:28:48 -08:00
James Phillips 53ed9bb84f Update CHANGELOG.md 2017-03-02 14:51:28 -08:00
Kyle Havlovitz c85fc60c6c Update CHANGELOG.md 2017-02-28 15:03:03 -08:00
James Phillips 2dcfd9115d Update CHANGELOG.md 2017-02-17 00:17:07 -08:00
James Phillips 5f55210f30 Update CHANGELOG.md 2017-02-16 13:36:23 -08:00
Kyle Havlovitz c3080c88b5 Update CHANGELOG.md 2017-02-16 12:09:48 -08:00
James Phillips 8325662084 Update CHANGELOG.md 2017-02-14 18:57:17 -08:00
James Phillips a9dfa90d22 Update CHANGELOG.md 2017-02-14 18:16:36 -08:00
James Phillips 351ef3ab71 Update CHANGELOG.md 2017-02-13 18:46:35 -08:00
James Phillips 855c55ffd3 Update CHANGELOG.md 2017-02-13 17:06:22 -08:00
James Phillips d694adc908 Update CHANGELOG.md 2017-02-13 17:05:47 -08:00
James Phillips cabf2db2c7 Update CHANGELOG.md 2017-02-11 10:27:40 -08:00
Kyle Havlovitz b6b9e50fd5 Update CHANGELOG.md 2017-02-10 20:46:49 -05:00
Kyle Havlovitz 3edc4df1ac Update CHANGELOG.md 2017-02-10 20:32:29 -05:00
James Phillips ab8e1efd65 Update CHANGELOG.md 2017-02-10 17:13:42 -08:00
James Phillips 32c6007220 Update CHANGELOG.md 2017-02-10 16:41:38 -08:00
Kyle Havlovitz 909364b4b7 Update CHANGELOG.md 2017-02-09 21:11:43 -05:00
James Phillips 03ebb4f2f1 Update CHANGELOG.md 2017-02-08 14:14:36 -08:00
James Phillips 1b44ac0112 Update CHANGELOG.md 2017-02-08 14:04:55 -08:00
James Phillips fa65db8add
Points at new release and puts tree in 0.8.0 dev mode. 2017-02-06 11:08:30 -08:00
James Phillips 99e1217e54
Puts the tree in 0.7.4 release mode. 2017-02-06 10:14:21 -08:00
Kyle Havlovitz b69eaa3d8f Update CHANGELOG.md 2017-02-02 12:19:54 -05:00
Sean Chittenden 91021a9d93
Add a note about looking up nodes by their node id. 2017-02-01 16:26:36 -08:00
Kyle Havlovitz ee4b14a0ad Update CHANGELOG.md 2017-02-01 16:40:26 -05:00
Kyle Havlovitz a12289ced1 Update CHANGELOG.md 2017-02-01 16:39:32 -05:00
James Phillips df52e83720 Update CHANGELOG.md 2017-02-01 10:31:20 -08:00
James Phillips d85873fd21 Update CHANGELOG.md 2017-02-01 07:00:32 -08:00
James Phillips 8989ed67a9 Update CHANGELOG.md 2017-01-31 19:14:29 -08:00
James Phillips f94875f070 Update CHANGELOG.md 2017-01-31 19:04:48 -08:00
James Phillips 15287dc6ea Update CHANGELOG.md 2017-01-26 15:38:03 -08:00
James Phillips 0baf35ce12 Update CHANGELOG.md 2017-01-26 09:15:05 -08:00
James Phillips 7a75ec4dc5
Puts the tree in 0.7.3 release mode. 2017-01-26 08:23:46 -08:00
James Phillips 64c59999e1 Update CHANGELOG.md 2017-01-25 21:45:03 -08:00
James Phillips c9f368e387 Update CHANGELOG.md 2017-01-25 21:06:15 -08:00
James Phillips cded0c9db7 Update CHANGELOG.md 2017-01-25 20:07:38 -08:00
James Phillips de77499ff2 Update CHANGELOG.md 2017-01-25 16:18:48 -08:00
James Phillips 89bea475a2 Update CHANGELOG.md 2017-01-25 16:09:59 -08:00
James Phillips 945959b608 Update CHANGELOG.md 2017-01-18 16:11:31 -08:00
Kyle Havlovitz b08aa456f5 Update CHANGELOG.md 2017-01-17 19:24:41 -05:00
James Phillips 85bd8a9b88 Update CHANGELOG.md 2017-01-17 09:02:35 -08:00
Kyle Havlovitz eb598e2995 Update CHANGELOG.md 2017-01-12 18:31:45 -05:00
Kyle Havlovitz 055ce7238b Update CHANGELOG.md 2017-01-11 20:43:04 -05:00
James Phillips eb84d756f4 Update CHANGELOG.md 2017-01-05 12:15:16 -08:00
James Nugent b6b30fcb37 Update CHANGELOG.md 2017-01-05 08:45:09 -06:00
James Phillips e26158eaad
Puts the tree in 0.7.3 dev mode. 2016-12-19 11:45:15 -08:00
James Phillips e1c489b5a6
Puts the tree into 0.7.2 release mode. 2016-12-19 10:06:40 -08:00
James Phillips b3351000be Update CHANGELOG.md 2016-12-14 21:06:57 -08:00
Kyle Havlovitz 4364310988 Update CHANGELOG.md 2016-12-14 20:22:57 -05:00
Kyle Havlovitz 1b83410d4e Update CHANGELOG.md 2016-12-14 15:40:30 -05:00
Kyle Havlovitz 087b33fd15 Update CHANGELOG.md 2016-12-14 15:33:04 -05:00
Kyle Havlovitz d42b1aefd3 Update CHANGELOG.md 2016-12-13 19:23:48 -05:00
Kyle Havlovitz 6660e31fc8 Update CHANGELOG.md 2016-12-12 19:18:28 -05:00
Kyle Havlovitz 3ff0271e68 Update CHANGELOG.md 2016-12-06 20:14:58 -05:00
James Phillips 8d2ed27a74 Update CHANGELOG.md 2016-12-02 07:56:51 -08:00
James Phillips 8b9a0ff3d8 Update CHANGELOG.md 2016-12-02 07:56:06 -08:00
James Phillips f2d233c5f0 Update CHANGELOG.md 2016-12-01 07:43:10 -08:00
James Phillips 55d7859a50 Update CHANGELOG.md 2016-11-30 21:47:33 -08:00
James Phillips 7880b314ce Update CHANGELOG.md 2016-11-30 21:44:01 -08:00
James Phillips 83dbad4aec Update CHANGELOG.md 2016-11-30 21:11:42 -08:00
Kyle Havlovitz 926acb69d4 Update CHANGELOG.md 2016-11-30 13:40:09 -05:00
James Phillips b95bbd7cbe Update CHANGELOG.md 2016-11-29 18:01:43 -08:00
James Phillips 2ceb4e8763 Update CHANGELOG.md 2016-11-29 16:01:23 -08:00
Kyle Havlovitz 06411e0560 Update CHANGELOG.md 2016-11-28 18:43:50 -05:00
James Phillips 76d5dae282 Update CHANGELOG.md 2016-11-22 17:49:14 -08:00
Kyle Havlovitz c1777f5b08 Update CHANGELOG.md 2016-11-22 20:28:08 -05:00
Kyle Havlovitz 7d0e4bee8d Update CHANGELOG.md 2016-11-22 20:20:53 -05:00
James Phillips 2695e175f8 Update CHANGELOG.md 2016-11-17 22:45:56 -08:00
James Phillips 6f14b74d54 Update CHANGELOG.md 2016-11-17 17:11:18 -08:00
James Phillips 59ebe3640a
Puts the tree into 0.7.2 dev mode. 2016-11-10 12:53:37 -08:00
James Phillips 305e5ef8e4
Sets the release date in the change log. 2016-11-10 12:12:01 -08:00
James Phillips 1f36ebd3e4 Update CHANGELOG.md 2016-11-09 16:22:15 -08:00
James Phillips f2850bc510 Update CHANGELOG.md 2016-11-09 14:07:48 -08:00
Kyle Havlovitz c9d10adf6a Update CHANGELOG.md 2016-11-09 16:58:59 -05:00
James Phillips 039aebb5f1 Update CHANGELOG.md 2016-11-09 13:28:01 -08:00
Kyle Havlovitz 99ee7b2cb8 Update CHANGELOG.md 2016-11-08 14:55:37 -05:00
James Phillips a629920e25 Update CHANGELOG.md 2016-11-08 09:31:22 -08:00
James Phillips b16a1ecc9c Update CHANGELOG.md 2016-11-08 09:31:05 -08:00
James Phillips 1f20ff59db Update CHANGELOG.md 2016-11-07 18:42:48 -08:00
Kyle Havlovitz b3c6e3d979 Update CHANGELOG.md 2016-11-07 15:39:38 -05:00
Kyle Havlovitz 1a147097b6 Update CHANGELOG.md 2016-11-05 03:55:59 -04:00
James Phillips 7eab0a4bb4 Update CHANGELOG.md 2016-11-03 13:18:24 -07:00
Kyle Havlovitz 0628044457 Update CHANGELOG.md 2016-11-03 16:08:23 -04:00
James Phillips 37737b1cee Update CHANGELOG.md 2016-11-03 13:00:38 -07:00
James Phillips 8f3f93cbf0 Update CHANGELOG.md 2016-11-03 12:22:52 -07:00
Kyle Havlovitz c16d7ea276 Update CHANGELOG.md 2016-11-03 14:14:56 -04:00
Kyle Havlovitz 109cdc48e0 Update CHANGELOG.md 2016-11-03 13:35:56 -04:00
Kyle Havlovitz e03251d60d Update CHANGELOG.md 2016-11-03 02:00:45 -04:00
Kyle Havlovitz 12cea03fa6 Update CHANGELOG.md 2016-11-01 02:12:56 -04:00
Kyle Havlovitz 2d9f1fd5ca Update CHANGELOG.md 2016-10-31 21:28:03 -04:00
James Phillips 7c80f6d6d4 Update CHANGELOG.md 2016-10-31 18:22:19 -07:00
Kyle Havlovitz 0d0f993ebe Update CHANGELOG.md 2016-10-27 21:06:46 -07:00
James Phillips e563f55b4e Update CHANGELOG.md 2016-10-26 22:26:44 -07:00
Kyle Havlovitz 042663f87b Update CHANGELOG.md 2016-10-26 21:48:43 -07:00
James Phillips cd8e2898f7 Update CHANGELOG.md 2016-10-25 19:24:50 -07:00
James Phillips c9581fdcc1 Update CHANGELOG.md 2016-10-25 19:24:32 -07:00
James Phillips 03027260dc Update CHANGELOG.md 2016-10-06 22:11:48 -07:00
James Phillips b76add8509 Update CHANGELOG.md 2016-10-06 22:10:11 -07:00
James Phillips 48a35d7aa6 Update CHANGELOG.md 2016-10-06 21:55:36 -07:00
James Phillips 8c6439d379 Update CHANGELOG.md 2016-10-06 21:41:49 -07:00
James Phillips 92d44e0067 Update CHANGELOG.md 2016-10-05 18:11:35 -07:00
James Phillips 5bc24986b4 Update CHANGELOG.md 2016-10-05 17:55:04 -07:00
James Phillips 1f304c3624 Update CHANGELOG.md 2016-09-26 16:58:32 -07:00
James Phillips 18c4278fcc Update CHANGELOG.md 2016-09-26 16:58:20 -07:00
James Phillips 7f5b3e2401 Update CHANGELOG.md 2016-09-26 16:57:58 -07:00
James Phillips aa701e49a1 Update CHANGELOG.md 2016-09-23 17:46:58 -07:00
James Phillips 626321180a Update CHANGELOG.md 2016-09-22 12:57:24 -07:00
James Phillips e59ed0c97a Update CHANGELOG.md 2016-09-20 17:26:56 -07:00
Alexander Artemenko ccf250d4d2 Fixed header level for version 0.7.0
Wrong header level breaks automatic changelog parsing at allmychanges.com.
2016-09-17 22:54:05 +04:00
James Phillips cdecffd363 Update CHANGELOG.md 2016-09-12 17:16:39 -07:00
James Phillips 91d7d35982
Cleaned up some errors and did a general edit pass. 2016-09-12 17:14:46 -07:00
James Phillips cf57ef604e
Gets rid of empty spaces. 2016-09-12 17:00:40 -07:00
James Phillips 4ec958b0f8
Adds some line breaks. 2016-09-12 16:59:36 -07:00
James Phillips 3f12406c16
Cleans up change log. 2016-09-12 16:58:08 -07:00
James Phillips cade4f8c09 Update CHANGELOG.md 2016-09-01 22:20:12 -07:00
James Phillips 959b70ceb2 Update CHANGELOG.md 2016-09-01 09:51:13 -07:00
James Phillips 09ba88b873 Update CHANGELOG.md 2016-09-01 09:12:01 -07:00
James Phillips ee0e331aca Update CHANGELOG.md 2016-08-30 14:45:15 -07:00
James Phillips 16b24c3d5f Update CHANGELOG.md 2016-08-30 13:18:33 -07:00
James Phillips 0f3ba7a435 Update CHANGELOG.md 2016-08-25 15:54:14 -07:00
James Phillips 47a73b9920 Fix link to outage recovery guide.
Fixes #2291.
2016-08-18 16:52:15 -07:00
James Phillips 22e09a407d Update CHANGELOG.md 2016-08-16 21:58:10 -07:00
James Phillips d0b7eb1ab8
Updates the changelog with peers.json info. 2016-08-16 15:13:04 -07:00
James Phillips 2b3cbd1381 Update CHANGELOG.md 2016-08-16 12:57:10 -07:00
James Phillips 78f72b7646 Update CHANGELOG.md 2016-08-16 12:56:38 -07:00
James Phillips fef57361a5 Update CHANGELOG.md 2016-08-16 11:40:48 -07:00
James Phillips dc9805d825 Update CHANGELOG.md 2016-08-16 11:38:39 -07:00
James Phillips 30dde94c75 Update CHANGELOG.md 2016-08-16 11:38:25 -07:00
James Phillips a821f60a8f Update CHANGELOG.md 2016-08-16 11:37:58 -07:00
James Phillips 94bb1945e1 Update CHANGELOG.md 2016-08-15 16:19:55 -07:00
James Phillips a051c9b42e Update CHANGELOG.md 2016-08-15 16:18:38 -07:00
James Phillips dcc1bd7203 Update CHANGELOG.md 2016-08-12 17:34:23 -07:00
James Phillips 2fe89dde2a Update CHANGELOG.md 2016-08-12 14:59:26 -07:00
James Phillips 7d20e2327e
Updates the change log. 2016-08-12 11:53:49 -07:00
James Phillips 567b354ed2 Update CHANGELOG.md 2016-08-11 16:30:18 -07:00
James Phillips a87ad842ac Update CHANGELOG.md 2016-08-10 16:04:26 -07:00
James Phillips 9208524894 Update CHANGELOG.md 2016-08-10 16:00:42 -07:00
James Phillips 792d693893 Update CHANGELOG.md 2016-08-09 20:40:04 -07:00