We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad39ed7 commit 1fc79f9Copy full SHA for 1fc79f9
CHANGELOG.md
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [unreleased]
8
9
+## [1.4.0] - 2021-08-13
10
+
11
### Added
12
13
- `MATCHES`/`MATCHES99` to know where is a macro and where is a function.
datatype99.h
@@ -93,7 +93,7 @@ SOFTWARE.
93
#define DATATYPE99_RECORD_DERIVE_dummy_IMPL(...) ML99_empty()
94
95
#define DATATYPE99_MAJOR 1
96
-#define DATATYPE99_MINOR 3
+#define DATATYPE99_MINOR 4
97
#define DATATYPE99_PATCH 0
98
99
// } (Various public stuff)
0 commit comments