Skip to content

Commit

Permalink
version history for #168 and #169
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshKarpel committed Jul 26, 2019
1 parent 8f74de2 commit 39cdc81
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/source/versions/v0_4_2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,16 @@ New Features
Bug Fixes
---------

*
* Requirements statement merging was broken when any of the three sources of requirements
(settings, function-level map options, and invidual-map map options) were not given.
Requirements from all source are now properly merged, regardless of whether any of them
actually exist.
Issue: https://github.com/htcondor/htmap/issues/168
* Top-level settings that were dictionaries (like ``MAP_OPTIONS``) did not behave
correctly when elements of them were set; they did not inherit the old settings.
These kinds of settings are now properly inherited, but expect breaking changes in the
`Settings` API next release to resolve the underlying issues.
Issue: https://github.com/htcondor/htmap/issues/169

Known Issues
------------
Expand Down

0 comments on commit 39cdc81

Please sign in to comment.