-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,14 @@ | ||
- started integration of Logseq for note taking | ||
- added NEWS.md as CHANGELOG.md | ||
- added TODO.md as IDEAS.md | ||
- copied release notes for v0.18, v1.0 and v1.1 into Logseq | ||
- copied release notes for v0.18, v1.0 and v1.1 into Logseq | ||
- discussion [#961](https://github.com/mozman/ezdxf/discussions/961): importing `ATTDEF` issue | ||
- `ATTRIB` entity is not imported by the `xref` module | ||
- the copy process raises an `TypeError` (entity is not copyable) but no logging happens | ||
- somewhere in the extension dict structure is an unsupported entity (`DXFStorage`) | ||
- Block `300` "circuit_breakerdxf" contains an | ||
- `ATTDEF(#2F9)` has an | ||
- extension `DICTIONARY(#2FA)`, has an entry ( "AcDbContextDataManager", `#2FB`) | ||
- `DICTIONARY(#2FB)`, has an entry ("ACDB_ANNOTATIONSCALES", `#2FC`) | ||
- `DICTIONARY(#2FC)`, has an entry ("*A1", `#2FD`) | ||
- `ACDB_MTEXTATTRIBUTEOBJECTCONTEXTDATA_CLASS(#2FD)` is an unsupported/undocumented entity |