From 5bb503b0c199a29f4539b1ee1704f370517280aa Mon Sep 17 00:00:00 2001 From: James-Yu Date: Thu, 27 Jul 2017 08:55:49 +0800 Subject: [PATCH] Update changelog for 3.0.0 --- CHANGELOG.md | 14 +++++++++++++- package.json | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ea931468..20bbcda18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## [3.0.0] - 2017-07-27 - Language Update +### Added +- (#184) Add LaTeX language hover and definition providers. +- (#202) Extra biblatex entry types. +- (#204) Basic auto-indent feature provided by VS Code. + +### Changed +- (#205) Re-construct latex log parser. Credited to [`@Vogel612`](https://github.com/Vogel612). + +### Fixed +- (#203) Multiple optional parameter support to `\cite`. + ## [2.10.2] - 2017-07-15 ### Fixed - (#195) `lstlisting` messes up syntax highlight. @@ -132,7 +144,7 @@ ### Fixed - (#105) Building multi-root project would always compile the same file. -## [2.0.0] - 2017-04-10 +## [2.0.0] - 2017-04-10 - Configuration Update ### Added - (#90) Citation intellisense display item customizable in configurations. - (#90) A citation browser accessible from Actions or Quick Menu. diff --git a/package.json b/package.json index e6e263839..8484bca1b 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.10.2", + "version": "3.0.0", "publisher": "James-Yu", "license": "MIT", "homepage": "https://github.com/James-Yu/LaTeX-Workshop",