Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Maizify committed Dec 23, 2020
1 parent 6c0d942 commit 6468b19
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
English | [简体中文](./CHANGELOG_CN.md)

#### V3.4.0 (2020-03-xx)

- [FEATURE] Add `fetch` log in Network tab. (by @weiqian93)
- [FEATURE] Add darkmode theme. (by @progrape)


#### V3.3.4 (2019-08-19)

- [FEATURE] Add `%c` log format to support custom log style, see [Tutorial](./doc/tutorial.md) for more details.
Expand All @@ -11,7 +17,7 @@ English | [简体中文](./CHANGELOG_CN.md)

#### V3.3.2 (2019-07-04)

- [FEATURE] Add TypeScript definition file. (by by @jas0ncn)
- [FEATURE] Add TypeScript definition file. (by @jas0ncn)
- [FIX] Fix switch button position issue. (by @rexschuang)
- [FIX] Avoid scrolling to bottom when away from bottom edge. (by @ele828)
- [FIX] Fix a few minor issues. (by @stenders)
Expand Down
2 changes: 1 addition & 1 deletion dev/network.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</html>

<script>
// window.vConsole = new window.VConsole();
window.vConsole = new window.VConsole();

function postAjax() {
console.info('postAjax() Start, response should be logged after End');
Expand Down

0 comments on commit 6468b19

Please sign in to comment.