diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..11b539b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# rust-dlopen changelog + +## 0.1.0 + +- Initial version. Three complete APIs, tested + +## 0.1.1 + +- Removed warning during compilation in some rare cases +- Fixed code formatting using rustfmt \ No newline at end of file diff --git a/README.md b/README.md index c76ae7e..95b6591 100644 --- a/README.md +++ b/README.md @@ -70,9 +70,11 @@ dlopen = "0.1" # Documentation -[Cargo documentation](https://docs.rs/dlopen). +[Cargo documentation](https://docs.rs/dlopen) -You can also take a look at provided [examples](https://github.com/szymonwieloch/rust-dlopen/tree/master/examples) in the source code. +[Examples](./examples) + +[Changelog](./CHANGELOG.md) # License This code is licensed under [MIT](./LICENSE) license.