diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2021-12-10 21:36:15 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2021-12-10 21:36:15 -0500 |
commit | f7f9060e758109a8d4661691c044ee2a46074108 (patch) | |
tree | 91c5d46b75fbe063c93baf380f9211f8ef17b5f7 | |
parent | 5a459c8e70e38ccbf466ae2196aca2e2e48c4472 (diff) | |
download | orcus-f7f9060e758109a8d4661691c044ee2a46074108.tar.gz |
Add items for 0.17.1.
0.17.1
-rw-r--r-- | CHANGELOG | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +orcus 0.17.1 + +* ods + + * re-generated sax parser tokens from ODF v1.3. + + * revised the style import code to only push style attributes that are + actually specified in the XML. + +* xls-xml + + * revised the XML structure validation strategy to ignore any mis-placed + elements and their sub structures rather than aborting the import. + orcus 0.17.0 * general |