Skip to content

Commit b2ea96c

Browse files
committed
Version 0.8.0
* ChangeLog: Add an entry. * compiler-explorer.el: Update Version.
1 parent 0da767c commit b2ea96c

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

ChangeLog

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
2025-12-28 Michał Krzywkowski <k.michal@zoho.com>
2+
3+
Version 0.8.0
4+
5+
- New command `compiler-explorer-browse-opcode-documentation'
6+
opens a website that contains the documentation for the opcode at
7+
point.
8+
9+
- ElDoc integration: Doing `C-h .' (`display-local-help') in the
10+
ASM buffer will now pop up a buffer showing the documentation for
11+
opcode at point.
12+
13+
- Fixed an issue whre sessions were sometimes not properly
14+
persisted on Emacs exit.
15+
16+
- A detailed error message is now displayed in case restoring a
17+
previous session fails.
18+
119
2025-09-28 Michał Krzywkowski <k.michal@zoho.com>
220

321
Version 0.7.0

compiler-explorer.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
;; Author: Michał Krzywkowski <k.michal@zoho.com>
66
;; Keywords: c, tools
7-
;; Version: 0.7.0
7+
;; Version: 0.8.0
88
;; Homepage: https://github.com/mkcms/compiler-explorer.el
99
;; Package-Requires: ((emacs "28.1")
1010
;; (plz "0.9")

0 commit comments

Comments
 (0)