From ba781ce59f2439b623951d49d032817df342148d Mon Sep 17 00:00:00 2001 From: Joe DiPol Date: Fri, 12 Oct 2018 16:39:35 -0700 Subject: [PATCH] Update CHANGELOG (#106) --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd44f52769b..2e03c1a65f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,17 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] -### Notes ### Improvements +- MicroProfile Fault Tolerance 1.0 support [97](https://github.com/oracle/helidon/pull/97) +- WebServer: Support version 1 and 2 of Zipkin API and configuration based building [87](https://github.com/oracle/helidon/pull/87) + ### Fixes +- WebServer: Eager cleanup of queues to reduce memory usage during heavy loads [90](https://github.com/oracle/helidon/pull/90) +- WebServer: Fix for jigsaw service loading problem [99](https://github.com/oracle/helidon/pull/99) + ## [0.10.1] - 2019-09-28 ### Improvements