From 1b3f5e0cb563dc2794c6cf2136a31104f35f0520 Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Mon, 25 Jan 2016 09:21:23 +0300 Subject: [PATCH] Remove duplicate item from changelog --- doc/changes.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/changes.md b/doc/changes.md index 1855121d5..8a920eb8f 100644 --- a/doc/changes.md +++ b/doc/changes.md @@ -41,15 +41,14 @@ title: Change Log - Fix link-time dependency of ESP8266WebServer on SPIFFS (#862) - Allow setting client side TLS key and certificate - Replace chain of UDP pbufs with a single pbuf before sending (#1009) -- Remove bundled OneWire - ESP8266 support has been merged in the official OneWire sources - Unique Built-In libraries library.properties name - Improvements for MD5Builder with Stream - ESP8266SSDP: fixing TTL to 2 per spec - ESP8266WebServer: a content length of zero should also be sent - Use SoftwareSerial version 2.2 -- EEPROM: optimised _dirty flag +- EEPROM: optimised `_dirty` flag - ESP8266mDNS: advertise all hosted services -- Removed OneWire library +- Remove bundled OneWire - ESP8266 support has been merged in the official OneWire sources ### Tools