Skip to content

Commit a7db3f7

Browse files
committed
documentation update
1 parent 8c4cec6 commit a7db3f7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ language: ruby
33
rvm:
44
- 2.3.4
55
- 2.4.1
6-
before_install: gem install bundler -v 1.12.5
6+
before_install: gem install bundler -v 1.15.3

Changelog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ i'll update it here too
66

77
## 1.0.0alpha
88

9-
Add your changes here
9+
* 6d8fee8 fixed a bug when ::Logger#log was not prepended
10+
11+
::Logger#log is an alias for ::Logger#add, which
12+
ruins concept of single entry point :(. Also teed
13+
it to lamian instance
1014

1115

1216
## 0.3.3

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,5 @@ You also can contact me using my email begdory4+lamian@gmail.com
2828

2929
## TODO
3030

31-
- Lamian is now thread-local, but it probably should be available in threads,
32-
created inside `.run` context
33-
(`Thread.new` core ext???)
34-
3531
- It probably should be separated to `lamian` and `lamian-rails` gems.
3632
Rails dependency is never cool

0 commit comments

Comments
 (0)