Overcome bash CDPATH issue

Thanks to Dmitry Bogatov.
This commit is contained in:
Darko Poljak 2019-06-23 19:55:37 +02:00
commit 5c11c15ae4
2 changed files with 6 additions and 3 deletions

View file

@ -1,6 +1,9 @@
Changelog
---------
next:
* Build: Overcome bash CDPATH when building docs (Dmitry Bogatov)
5.1.2: 2019-06-21
* Core: Add support for type parameters deprecation (Darko Poljak)
* Type __acl: Rewrite and improve (Ander Punnar)