diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..36db58a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,24 @@ + +## 0.0.1 (2017-08-27) + + +### Bug Fixes + +* **findmostfrequentlanguages:** update type definition ([ecdf032](https://github.com/kwonoj/cld3-asm/commit/ecdf032)) +* **findmostfrequentlanguages:** utf8 encode input ([b7c0b48](https://github.com/kwonoj/cld3-asm/commit/b7c0b48)) + + +### Features + +* **cld3:** add initial cld3 binaries ([3825273](https://github.com/kwonoj/cld3-asm/commit/3825273)) +* **cld3:** bump up cld3 ([398eb97](https://github.com/kwonoj/cld3-asm/commit/398eb97)) +* **cldasmmodule:** export asm module interfaces ([9c2f119](https://github.com/kwonoj/cld3-asm/commit/9c2f119)) +* **cldfactory:** export cldfactory interfaces ([bb4e308](https://github.com/kwonoj/cld3-asm/commit/bb4e308)) +* **cldloader:** implement cldloader ([c1b061c](https://github.com/kwonoj/cld3-asm/commit/c1b061c)) +* **index:** export loadModule ([3435c69](https://github.com/kwonoj/cld3-asm/commit/3435c69)) +* **index:** setup index export ([ea05fe5](https://github.com/kwonoj/cld3-asm/commit/ea05fe5)) +* **loadmodule:** implement loadmodule ([1ead2ec](https://github.com/kwonoj/cld3-asm/commit/1ead2ec)) +* **util:** add utility implementation ([cca4c79](https://github.com/kwonoj/cld3-asm/commit/cca4c79)) + + +