From 596fe8a2f7d2414636b6e76fc0213cdfbf4213af Mon Sep 17 00:00:00 2001 From: James-Yu Date: Thu, 6 Jul 2017 09:58:09 +0800 Subject: [PATCH] Update changelog --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 177d6ad2d..fec5cd4bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [2.10.0] - 2017-07-06 +### Added +- (#182) Use `|` as delimiters for outline section tags (`latex-workshop.view.outline.sections`) in the same level. +- Supporting entries in the dropdown quick menu. +- Version update notice with small candies. + +### Fixed +- (#183) Citation browser does not replace the character already input in `\cite{xxx`. + ## [2.9.1] - 2017-07-04 ### Fixed - Extension unable to activate due to typo in retrieving outline configuration item. diff --git a/package.json b/package.json index 41289fe6c..b24c304d8 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "LaTeX Workshop", "description": "Boost LaTeX typesetting efficiency with preview, compile, autocomplete, colorize, and more.", "icon": "icon.png", - "version": "2.9.1", + "version": "2.10.0", "publisher": "James-Yu", "license": "MIT", "homepage": "https://github.com/James-Yu/LaTeX-Workshop",