Skip to content

Commit 1fd85ea

Browse files
committed
⬆️ [SML] Version 1.1.1
Problem: - There are a lot bugs fixed. - Additional compiler support. Solution: - Release a SML version `1.1.1` to reflect the above changes.
1 parent 12447ad commit 1fd85ea

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ send: 42
263263
* [Plant UML Integration](http://boost-experimental.github.io/sml/examples/index.html#plant-uml-integration)
264264
* [FAQ](http://boost-experimental.github.io/sml/faq/index.html)
265265
* [CHANGELOG](http://boost-experimental.github.io/sml/CHANGELOG/index.html)
266+
* [ [1.1.1] - 2020-05-17](http://boost-experimental.github.io/sml/CHANGELOG/index.html#-111-2020-05-17)
266267
* [ [1.1.0] - 2019-01-08](http://boost-experimental.github.io/sml/CHANGELOG/index.html#-110-2019-01-08)
267268
* [ [1.0.1] - 2016-05-06](http://boost-experimental.github.io/sml/CHANGELOG/index.html#-101-2016-05-06)
268269
* [[1.0.0] - 2016-01-28](http://boost-experimental.github.io/sml/CHANGELOG/index.html#100-2016-01-28)

doc/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## [1.1.1] - 2020-05-17
2+
- **Additions**
3+
- Support for Clang-8.0/9.0/10.0
4+
- Support for GCC-8/9/10
5+
- Support for MSVC-2019/MSVC-2019 Preview
6+
>
7+
- **Bug Fixes**
8+
- [Issues](https://github.com/boost-experimental/sml/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aclosed+closed%3A2019-01-08..2020-05-17+)
9+
>
10+
- **Contributions**
11+
- [Dale Lukas Peterson](https://github.com/hazelnusse)
12+
- [ooxi](https://github.com/ooxi)
13+
- [erikzenkerLogmein](https://github.com/erikzenkerLogmein)
14+
- [Takatoshi Kondo](https://github.com/redboltz)
15+
- [Dror Speiser](https://github.com/drorspei)
16+
- [Benjamin Worpitz](https://github.com/BenjaminW3)
17+
- [Richard Szabo]()
18+
- [Patrick Larson](https://github.com/palarson)
19+
- [Joseph Loser](https://github.com/JoeLoser)
20+
- [Maximilian Riemensberger]()
21+
- [Andrey](https://github.com/JoyIfBam5)
22+
123
## [1.1.0] - 2019-01-08
224
- **Additions**
325
- Support for Clang-5.0/6.0/7.0
@@ -36,6 +58,7 @@
3658
##[1.0.0] - 2016-01-28
3759
- Initial version
3860

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

0 commit comments

Comments
 (0)