Skip to content

Commit 75b5813

Browse files
committed
Changelog editing.
1 parent 634b4b7 commit 75b5813

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

docs/RELEASES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Changelog
22

33

4+
## v2.1 2022-02-19
5+
6+
### Fixed
7+
- Some times incorrect _ro and _phys type deduction
8+
9+
### Added
10+
- Sign extension for signal which have signed type ([@2Black2](https://github.com/2Black2))
11+
12+
---
13+
414
## v2.0 2022-02-02
515

616
### Added

src/codegen/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
#include <stdint.h>
44

55
#define CODEGEN_LIB_VERSION_MAJ (2)
6-
#define CODEGEN_LIB_VERSION_MIN (0)
6+
#define CODEGEN_LIB_VERSION_MIN (1)

0 commit comments

Comments
 (0)