diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2021-12-14 22:53:47 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2021-12-14 22:53:47 -0500 |
commit | d93d1d89db946c6578d8575cfa6b4fc64ae11767 (patch) | |
tree | 8542c8f74bf341d975eff0dcaee08eec8c6c4cb4 | |
parent | 8e270ff28bcbdfec1e07b01d8b34b6f4b2ce5545 (diff) | |
download | orcus-d93d1d89db946c6578d8575cfa6b4fc64ae11767.tar.gz |
Add to CHANGELOG.
-rw-r--r-- | CHANGELOG | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +orcus <next> + +* ods + + * fixed a bug where the state of style:cell-protect="none" was not + explicitly pushed, thereby having had the same effect as not having this + attribute. After the fix, style:cell-protect="none" will explicitly push + the hidden state to false, locked state to false, and the formula-hidden + state to false. + orcus 0.17.1 * general |