Skip to content

Commit

Permalink
🆕 [release] 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kris-jusiak committed Jan 8, 2019
1 parent e5fd642 commit 65a739d
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ retq
* [Shared Scope](http://boost-experimental.github.io/di/extensions/index.html#shared-scope)
* [FAQ](http://boost-experimental.github.io/di/FAQ/index.html)
* [CHANGELOG](http://boost-experimental.github.io/di/CHANGELOG/index.html)
* [ [1.1.0] - YYYY-MM-DD](http://boost-experimental.github.io/di/CHANGELOG/index.html#-110-yyyy-mm-dd)
* [ [1.1.0] - 2019-01-07](http://boost-experimental.github.io/di/CHANGELOG/index.html#-110-2019-01-07)
* [ [1.0.2] - 2018-01-04](http://boost-experimental.github.io/di/CHANGELOG/index.html#-102-2018-01-04)
* [ [1.0.1] - 2016-05-04](http://boost-experimental.github.io/di/CHANGELOG/index.html#-101-2016-05-04)
* [ [1.0.0] - 2016-02-22](http://boost-experimental.github.io/di/CHANGELOG/index.html#-100-2016-02-22)
Expand Down
35 changes: 30 additions & 5 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
## [1.1.0] - YYYY-MM-DD
## [1.1.0] - 2019-01-07
- **Additions**
- Support for Clang-5.0/6.0/7.0
- Support for GCC-7/8
- Support for MSVC-2017 Preview
>
- **Core**
- [Is Creatable](http://boost-experimental.github.io/di/examples/index.html#is-creatable)
- [Binding To Constructor](http://boost-experimental.github.io/di/examples/index.html#binding-to-constructor)
>
- **Examples**
- [Polymorphism](http://boost-experimental.github.io/di/examples/index.html#polymorphism)
- [Inheritance](http://boost-experimental.github.io/di/examples/index.html#inheritance)
- [Type Erasure](http://boost-experimental.github.io/di/examples/index.html#type-erasure)
- [Variant](http://boost-experimental.github.io/di/examples/index.html#variant)
- [Templates](http://boost-experimental.github.io/di/examples/index.html#templates)
- [Concepts](http://boost-experimental.github.io/di/examples/index.html#concepts)
>
- **Extensions**
- [Runtime Provider](http://boost-experimental.github.io/di/extensions/index.html#runtime-provider)
- [Injector](http://boost-experimental.github.io/di/extensions/index.html#extensible-injector)
- [Runtime Provider](http://boost-experimental.github.io/di/extensions/index.html#extensible-injector)
>
- **Bug Fixes**
- [Issues](https://github.com/boost-experimental/di/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aclosed+closed%3A2018-01-05..2019-01-07+)
>
- **Contributions**
- [Kanstantsin Chernik](https://github.com/kanstantsin-chernik)
- [Jaak Ristioja](https://github.com/jaakristioja)
- [Gregor Jasny](https://github.com/gjasny)

## [1.0.2] - 2018-01-04
- **Additions**
Expand All @@ -10,12 +37,10 @@
- Fixed support for MSVC-2015 Update 3
>
- **Core**
- [Support for injecting
templates/concepts](http://boost-experimental.github.io/di/examples/index.html#binding-templates)
- [Support for injecting templates/concepts](http://boost-experimental.github.io/di/examples/index.html#binding-templates)
>
- **Extensions**
- [Extensions are now available using header
files](https://github.com/boost-experimental/di/tree/cpp14/extension/include/boost/di/extension)
- [Extensions are now available using header files](https://github.com/boost-experimental/di/tree/cpp14/extension/include/boost/di/extension)
- [Extensible Injector](http://boost-experimental.github.io/di/extensions/index.html#extensible-injector)
- [Shared Factory](http://boost-experimental.github.io/di/extensions/index.html#shared-factory)
>
Expand Down

0 comments on commit 65a739d

Please sign in to comment.