Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
* compiler-explorer.el: Update version.
* ChangeLog: New file.
  • Loading branch information
mkcms committed Nov 8, 2022
1 parent 04da0fd commit 36a2cbf
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
2022-11-08 Michał Krzywkowski <k.michal@zoho.com>

Version 0.2.0

- New hook `compiler-explorer-params-change-hook' which runs when
compilation parameters change (like arguments, execution input string).

- Execution output buffer now recognizes ANSI escape codes. With
this, e.g. AddressSanitizer output is shown properly.

- Lines in ASM buffer are now always truncated.

- Various fixes

2021-02-07 Michał Krzywkowski <k.michal@zoho.com>

Version 0.1.0

Initial release
2 changes: 1 addition & 1 deletion compiler-explorer.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: Michał Krzywkowski <k.michal@zoho.com>
;; Keywords: c, tools
;; Version: 0.1.0
;; Version: 0.2.0
;; Homepage: https://github.com/mkcms/compiler-explorer.el
;; Package-Requires: ((emacs "26.1") (request "0.3.0"))

Expand Down

0 comments on commit 36a2cbf

Please sign in to comment.