github.com/AngusLu/go-swagger@v0.28.0/notes/v0.20.1.md (about)

     1  # Change Log
     2  
     3  ## [v0.20.1](https://github.com/go-swagger/go-swagger/tree/v0.20.1) (2019-08-19)
     4  [Full Changelog](https://github.com/go-swagger/go-swagger/compare/v0.20.0...v0.20.1)
     5  
     6  **Fixed bugs:**
     7  
     8  - 0.20.0 - invalid enum constants for "+" and "-" values [\#2050](https://github.com/go-swagger/go-swagger/issues/2050)
     9  
    10  **Merged pull requests:**
    11  
    12  - Fixed the few remaining linting issues in generator package [\#2052](https://github.com/go-swagger/go-swagger/pull/2052) ([fredbi](https://github.com/fredbi))
    13  - Fixed regression on name generation for "+" or "-" enum values [\#2051](https://github.com/go-swagger/go-swagger/pull/2051) ([fredbi](https://github.com/fredbi))
    14  - use slices for collecting parameters to retain ordering [\#2003](https://github.com/go-swagger/go-swagger/pull/2003) ([casualjim](https://github.com/casualjim))
    15  
    16  \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*