docs: Add breaking change note about makefile variable
This commit is contained in:
parent
acf8950041
commit
0616677c93
@ -29,6 +29,14 @@ This removes the following old function aliases, use the new name now:
|
|||||||
| redisReplyReaderGetObject | redisReaderGetObject |
|
| redisReplyReaderGetObject | redisReaderGetObject |
|
||||||
| redisReplyReaderGetError | redisReaderGetError |
|
| redisReplyReaderGetError | redisReaderGetError |
|
||||||
|
|
||||||
|
* The `DEBUG` variable in the Makefile was renamed to `DEBUG_FLAGS`
|
||||||
|
|
||||||
|
Previously it broke some builds for people that had `DEBUG` set to some arbitrary value,
|
||||||
|
due to debugging other software.
|
||||||
|
By renaming we avoid unintentional name clashes.
|
||||||
|
|
||||||
|
Simply rename `DEBUG` to `DEBUG_FLAGS` in your environment to make it working again.
|
||||||
|
|
||||||
### 0.13.3 (2015-09-16)
|
### 0.13.3 (2015-09-16)
|
||||||
|
|
||||||
* Revert "Clear `REDIS_CONNECTED` flag when connection is closed".
|
* Revert "Clear `REDIS_CONNECTED` flag when connection is closed".
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user