From afc850fba563df68cb19bf3aa9d9a64a0e958737 Mon Sep 17 00:00:00 2001 From: truenagual Date: Tue, 5 Sep 2017 21:59:44 +0200 Subject: [PATCH] Added changelog --- CHANGELOG.md | 10 ++++++++++ README.md | 6 ++++-- 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md 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.