suspendedTransaction link to wiki in Changelog

This commit is contained in:
Tapac
2019-06-19 00:48:21 +03:00
parent 4fee67d10c
commit fc42e5aa97

View File

@@ -1,6 +1,6 @@
# 0.15.1
Features:
* `suspendedTransaction` function introduced to work within `suspend` functions
* `suspendedTransaction` function introduced to work within `suspend` functions. See [wiki section](https://github.com/JetBrains/Exposed/wiki/Transactions#working-with-coroutines) for more details.
* Custom functions support ([#581](https://github.com/JetBrains/Exposed/issues/581)). See [wiki section](https://github.com/JetBrains/Exposed/wiki/Functions#custom-functions) for more details.
Bug Fixes: