Skip to content
This repository was archived by the owner on Sep 8, 2023. It is now read-only.

Commit b108f43

Browse files
authored
remove document history as git is already tracking
1 parent 78fca48 commit b108f43

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -70,18 +70,6 @@ Scala is an incredibly powerful language that is capable of many paradigms. We h
7070
- [Prefer URI over URL](#misc_uri_url)
7171

7272

73-
74-
## <a name='history'>Document History</a>
75-
- 2015-03-16: Initial version.
76-
- 2015-05-25: Added [override Modifier](#override_modifier) section.
77-
- 2015-08-23: Downgraded the severity of some rules from "do NOT" to "avoid".
78-
- 2015-11-17: Updated [apply Method](#apply_method) section: apply method in companion object should return the companion class.
79-
- 2015-11-17: This guide has been [translated into Chinese](README-ZH.md). The Chinese translation is contributed by community member [Hawstein](https://github.com/Hawstein). We do not guarantee that it will always be kept up-to-date.
80-
- 2015-12-14: This guide has been [translated into Korean](README-KO.md). The Korean translation is contributed by [Hyukjin Kwon](https://github.com/HyukjinKwon) and reviewed by [Yun Park](https://github.com/yunpark93), [Kevin (Sangwoo) Kim](https://github.com/swkimme), [Hyunje Jo](https://github.com/RetrieverJo) and [Woochel Choi](https://github.com/socialpercon). We do not guarantee that it will always be kept up-to-date.
81-
- 2016-06-15: Added [Anonymous Methods](#anonymous) section.
82-
- 2016-06-21: Added [Variable Naming Convention](#variable-naming) section.
83-
84-
8573
## <a name='syntactic'>Syntactic Style</a>
8674

8775
### <a name='naming'>Naming Convention</a>

0 commit comments

Comments
 (0)