vendor/github.com/magiconair/properties/CHANGELOG.md
changeset 265 05c40b36d3b2
parent 256 6d9efbef00a9
equal deleted inserted replaced
264:8f478162d991 265:05c40b36d3b2
     1 ## Changelog
     1 ## Changelog
       
     2 
       
     3 ### [1.8.7](https://github.com/magiconair/properties/tree/v1.8.7) - 08 Dec 2022
       
     4 
       
     5  * [PR #65](https://github.com/magiconair/properties/pull/65): Speedup Merge
       
     6 
       
     7    Thanks to [@AdityaVallabh](https://github.com/AdityaVallabh) for the patch.
       
     8 
       
     9  * [PR #66](https://github.com/magiconair/properties/pull/66): use github actions
       
    10 
       
    11 ### [1.8.6](https://github.com/magiconair/properties/tree/v1.8.6) - 23 Feb 2022
       
    12 
       
    13  * [PR #57](https://github.com/magiconair/properties/pull/57):Fix "unreachable code" lint error
       
    14 
       
    15    Thanks to [@ellie](https://github.com/ellie) for the patch.
       
    16 
       
    17  * [PR #63](https://github.com/magiconair/properties/pull/63): Make TestMustGetParsedDuration backwards compatible
       
    18 
       
    19    This patch ensures that the `TestMustGetParsedDuration` still works with `go1.3` to make the
       
    20    author happy until it affects real users.
       
    21 
       
    22    Thanks to [@maage](https://github.com/maage) for the patch.
       
    23 
       
    24 ### [1.8.5](https://github.com/magiconair/properties/tree/v1.8.5) - 24 Mar 2021
       
    25 
       
    26  * [PR #55](https://github.com/magiconair/properties/pull/55): Fix: Encoding Bug in Comments
       
    27 
       
    28    When reading comments \ are loaded correctly, but when writing they are then
       
    29    replaced by \\. This leads to wrong comments when writing and reading multiple times.
       
    30 
       
    31    Thanks to [@doxsch](https://github.com/doxsch) for the patch.
       
    32 
       
    33 ### [1.8.4](https://github.com/magiconair/properties/tree/v1.8.4) - 23 Sep 2020
       
    34 
       
    35  * [PR #50](https://github.com/magiconair/properties/pull/50): enhance error message for circular references
       
    36 
       
    37    Thanks to [@sriv](https://github.com/sriv) for the patch.
       
    38 
       
    39 ### [1.8.3](https://github.com/magiconair/properties/tree/v1.8.3) - 14 Sep 2020
       
    40 
       
    41  * [PR #49](https://github.com/magiconair/properties/pull/49): Include the key in error message causing the circular reference
       
    42 
       
    43    The change is include the key in the error message which is causing the circular
       
    44    reference when parsing/loading the properties files.
       
    45 
       
    46    Thanks to [@haroon-sheikh](https://github.com/haroon-sheikh) for the patch.
     2 
    47 
     3 ### [1.8.2](https://github.com/magiconair/properties/tree/v1.8.2) - 25 Aug 2020
    48 ### [1.8.2](https://github.com/magiconair/properties/tree/v1.8.2) - 25 Aug 2020
     4 
    49 
     5  * [PR #36](https://github.com/magiconair/properties/pull/36): Escape backslash on write
    50  * [PR #36](https://github.com/magiconair/properties/pull/36): Escape backslash on write
     6 
    51