Skip to content

Commit

Permalink
Sparse v0.6.3
Browse files Browse the repository at this point in the history
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
  • Loading branch information
lucvoo committed Oct 18, 2020
1 parent 5111ba3 commit 6746138
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Documentation/release-notes/v0.6.3.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
v0.6.3 (Fall 2020)
==================
v0.6.3 (2020-10-17)
===================

Bug fixes:
* fix missing inlining of _Generic expression
Expand All @@ -15,6 +15,7 @@ Bug fixes:
* fix access to defining instruction in simplify_unop()
* fix evaluation of pointer to bool conversions
* fix usual conversion of integers
* fix null pointer deref on return expression with invalid type

New features:
* add support for arch specific asm constraints
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=0.6.3-rc1
VERSION=0.6.3

########################################################################
# The following variables can be overwritten from the command line
Expand Down

0 comments on commit 6746138

Please sign in to comment.