Skip to content

Commit

Permalink
⬆️ [SML] Version 1.1.1
Browse files Browse the repository at this point in the history
Problem:
- There are a lot bugs fixed.
- Additional compiler support.

Solution:
- Release a SML version `1.1.1` to reflect the above changes.
  • Loading branch information
kris-jusiak committed May 17, 2020
1 parent 12447ad commit 1fd85ea
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ send: 42
* [Plant UML Integration](http://boost-experimental.github.io/sml/examples/index.html#plant-uml-integration)
* [FAQ](http://boost-experimental.github.io/sml/faq/index.html)
* [CHANGELOG](http://boost-experimental.github.io/sml/CHANGELOG/index.html)
* [ [1.1.1] - 2020-05-17](http://boost-experimental.github.io/sml/CHANGELOG/index.html#-111-2020-05-17)
* [ [1.1.0] - 2019-01-08](http://boost-experimental.github.io/sml/CHANGELOG/index.html#-110-2019-01-08)
* [ [1.0.1] - 2016-05-06](http://boost-experimental.github.io/sml/CHANGELOG/index.html#-101-2016-05-06)
* [[1.0.0] - 2016-01-28](http://boost-experimental.github.io/sml/CHANGELOG/index.html#100-2016-01-28)
Expand Down
23 changes: 23 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## [1.1.1] - 2020-05-17
- **Additions**
- Support for Clang-8.0/9.0/10.0
- Support for GCC-8/9/10
- Support for MSVC-2019/MSVC-2019 Preview
>
- **Bug Fixes**
- [Issues](https://github.com/boost-experimental/sml/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aclosed+closed%3A2019-01-08..2020-05-17+)
>
- **Contributions**
- [Dale Lukas Peterson](https://github.com/hazelnusse)
- [ooxi](https://github.com/ooxi)
- [erikzenkerLogmein](https://github.com/erikzenkerLogmein)
- [Takatoshi Kondo](https://github.com/redboltz)
- [Dror Speiser](https://github.com/drorspei)
- [Benjamin Worpitz](https://github.com/BenjaminW3)
- [Richard Szabo]()
- [Patrick Larson](https://github.com/palarson)
- [Joseph Loser](https://github.com/JoeLoser)
- [Maximilian Riemensberger]()
- [Andrey](https://github.com/JoyIfBam5)

## [1.1.0] - 2019-01-08
- **Additions**
- Support for Clang-5.0/6.0/7.0
Expand Down Expand Up @@ -36,6 +58,7 @@
##[1.0.0] - 2016-01-28
- Initial version

[1.1.1]: https://github.com/boost-experimental/sml/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/boost-experimental/sml/compare/v1.0.0...v1.1.0
[1.0.1]: https://github.com/boost-experimental/sml/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/boost-experimental/sml/tree/v1.0.0

0 comments on commit 1fd85ea

Please sign in to comment.