Fix up vendor for... linux?
This commit is contained in:
parent
b799fedeec
commit
81de013103
114 changed files with 21002 additions and 21002 deletions
36
vendor/cassowary/CHANGELOG.md
vendored
36
vendor/cassowary/CHANGELOG.md
vendored
|
|
@ -1,18 +1,18 @@
|
|||
# 0.3
|
||||
|
||||
* Various fixes (PR #4) from @christolliday.
|
||||
Main breaking change is that variables no longer silently initialise to zero and will report
|
||||
their initial value in the first call to `fetch_changes`, also `has_edit_variable` now takes `&self`
|
||||
instead of `&mut self`.
|
||||
|
||||
## 0.2.1
|
||||
|
||||
* Fixed crash under certain use cases. See PR #1 (Thanks @christolliday!).
|
||||
|
||||
# 0.2.0
|
||||
|
||||
* Changed API to only report changes to the values of variables. This allows for more efficient use of the library in typical applications.
|
||||
|
||||
# 0.1
|
||||
|
||||
Initial release
|
||||
# 0.3
|
||||
|
||||
* Various fixes (PR #4) from @christolliday.
|
||||
Main breaking change is that variables no longer silently initialise to zero and will report
|
||||
their initial value in the first call to `fetch_changes`, also `has_edit_variable` now takes `&self`
|
||||
instead of `&mut self`.
|
||||
|
||||
## 0.2.1
|
||||
|
||||
* Fixed crash under certain use cases. See PR #1 (Thanks @christolliday!).
|
||||
|
||||
# 0.2.0
|
||||
|
||||
* Changed API to only report changes to the values of variables. This allows for more efficient use of the library in typical applications.
|
||||
|
||||
# 0.1
|
||||
|
||||
Initial release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue