aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazuhiko Sakaguchi2020-09-28 22:12:00 +0900
committerKazuhiko Sakaguchi2020-10-07 23:23:26 +0900
commita7a8adad88825f2e5396dc8698e0b912550807c6 (patch)
treea8e8028dd3ed67936624f852389a707b859f1aa5
parentad55cb4128382852370ea53d36f4d21a83274e8b (diff)
Add a CHANGELOG entry
-rw-r--r--CHANGELOG_UNRELEASED.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG_UNRELEASED.md b/CHANGELOG_UNRELEASED.md
index 83a026a..5b1a709 100644
--- a/CHANGELOG_UNRELEASED.md
+++ b/CHANGELOG_UNRELEASED.md
@@ -255,6 +255,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
+ Lemmas `mid_in_itv(|oo|cc)` have been generalized from `realFieldType` to
`numFieldType`.
+- The `class_of` records of structures are turned into primitive records to
+ prevent prevent potential issues of ambiguous paths and convertibility of
+ structure instances.
+
### Renamed
- `big_rmcond` -> `big_rmcond_in` (cf Changed section)