Skip to content

Commit ec7f4f0

Browse files
authored
Update CHANGELOG.md
1 parent a3f9ee6 commit ec7f4f0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
- Convert to Binary glTF (glb)
66
- Convert to Batched 3D Models (b3dm) - Output is probably incorrect though
77
- Progress bar for the `reproject` command
8-
- Started a proof of concept for an API. You can read about the first struggles in `docs/design_document.ipynb`. Mainly implemented in `models` and a few additional methods in `cityjson`. Plus a bunch of tests for the API (#13)
8+
- Started a proof of concept for an API. You can read about the first struggles in `docs/design_document.ipynb`. Mainly implemented in `models` and a few additional methods in `cityjson`. Plus a bunch of tests for the API ([#13](https://github.com/cityjson/cjio/pull/13))
99
- Add tutorials and dedicated documentation
10-
- Docker image and Travis build for it (#25)
11-
- Generate metadata (#56)
12-
- STL export format (#66)
10+
- Docker image and Travis build for it ([#25](https://github.com/cityjson/cjio/pull/25))
11+
- Generate metadata ([#56](https://github.com/cityjson/cjio/pull/56))
12+
- STL export format ([#66](https://github.com/cityjson/cjio/pull/66))
1313

1414
### Changed
1515
- click messages, warnings got their functions and placed into the `utils` module
1616
- only EPSG codes are supported for the CRS's URN
1717
- When `--indent` is passed to `save`, tabs are used instead of spaces. Results in smaller files.
1818

1919
### Fixes
20-
- Fix precision when removing duplicates (#50)
20+
- Fix precision when removing duplicates ([#50](https://github.com/cityjson/cjio/pull/60))
2121

2222

2323
## [0.5.4] - 2019-06-18

0 commit comments

Comments
 (0)